| commit | 5b404d6cad2bf53295fdf96305f95efe1ea0174e | [log] [tgz] |
|---|---|---|
| author | Howie Zhao <howiezhaohr@hotmail.com> | Tue Apr 25 02:35:15 2023 +0800 |
| committer | GitHub <noreply@github.com> | Mon Apr 24 12:35:15 2023 -0600 |
| tree | 2492945111d2d8c15c4fcc213c368767c77bfaf4 | |
| parent | ed948e01bb68e3f026f38a7e43241d850ee1bfb5 [diff] |
gh-94300: Update datetime.strptime documentation (#95318) The new wording better reflects the cases where `datetime.strptime` differs from` time.strptime`. --------- Co-authored-by: Paul Ganssle <git@m.ganssle.io>