[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-15 Thread Irit Katriel
Change by Irit Katriel : -- resolution: works for me -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread miss-islington
miss-islington added the comment: New changeset f869b56fe4be416d356fffc94b8b18fe65039929 by Miss Islington (bot) in branch '3.9': bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) https://github.com/python/cpython/commit/f869b56fe4be416d356ff

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread miss-islington
miss-islington added the comment: New changeset 93dc1654dc3c925c062e19f0ef8587aa8961ef8a by Miss Islington (bot) in branch '3.10': bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) https://github.com/python/cpython/commit/93dc1654dc3c925c062e

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread Paul Pinterits
Change by Paul Pinterits : -- nosy: -Paul Pinterits ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread miss-islington
Change by miss-islington : -- pull_requests: +28811 pull_request: https://github.com/python/cpython/pull/30609 ___ Python tracker ___ __

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread Brett Cannon
Brett Cannon added the comment: New changeset 305588c67cdede4ef127ada90c1557bc1ef7c200 by Hugo van Kemenade in branch 'main': bpo-20281, bpo-29964: update datetime docs to refer %z and %Z to a pre-existing footnote (GH-30354) https://github.com/python/cpython/commit/305588c67cdede4ef127ada90

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-14 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 7.0 -> 8.0 pull_requests: +28809 pull_request: https://github.com/python/cpython/pull/30608 ___ Python tracker _

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2022-01-03 Thread Hugo van Kemenade
Change by Hugo van Kemenade : -- keywords: +patch nosy: +hugovk nosy_count: 6.0 -> 7.0 pull_requests: +28568 stage: test needed -> patch review pull_request: https://github.com/python/cpython/pull/30354 ___ Python tracker

[issue29964] [doc] %z directive has no effect on the output of time.strptime

2021-11-30 Thread Irit Katriel
Irit Katriel added the comment: See also Issue20281. -- assignee: -> docs@python components: +Documentation -Library (Lib) nosy: +docs@python, iritkatriel title: %z directive has no effect on the output of time.strptime -> [doc] %z directive has no effect on the output of time.strpti