René's URL Explorer Experiment


Title: Issue 6641: datetime.strptime doesn't support %z format ? - Python tracker

Mail addresses
report@bugs.python.org

direct link

Domain: bugs.python.org

Nonetext/html; charset=utf-8

Links:

https://bugs.python.org/
Python Homehttps://www.python.org/
Abouthttps://www.python.org/about/
Newshttps://www.python.org/blogs/
Documentationhttps://www.python.org/doc/
Downloadshttps://www.python.org/downloads/
Communityhttps://www.python.org/community/
Foundationhttps://www.python.org/psf/
Developer's Guidehttps://devguide.python.org/
Issue Trackerhttps://bugs.python.org/
Searchhttps://bugs.python.org/issue?@template=search&status=1
Random Issuehttps://bugs.python.org/issue?@action=random
Issues with patchhttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Issues%20with%20patch&@startwith=0&@group=priority&keywords=2&@action=search&@filter=&@pagesize=50
Easy issueshttps://bugs.python.org/issue?status=1&@sort=-activity&@columns=id%2Cgithub%2Cactivity%2Ctitle%2Ccreator%2Cstatus&@dispname=Easy%20issues&@startwith=0&@group=priority&keywords=6&@action=search&@filter=&@pagesize=50
Statshttps://bugs.python.org/issue?@template=stats
Lost your login?https://bugs.python.org/user?@template=forgotten
User Listhttps://bugs.python.org/user?@sort=username
Committer Listhttps://bugs.python.org/user?iscommitter=1&@action=search&@sort=username&@pagesize=300
Tracker Documentationhttp://docs.python.org/devguide/triaging.html
Tracker Developmenthttp://wiki.python.org/moin/TrackerDevelopment
Report Tracker Problemhttps://github.com/python/psf-infra-meta/issues
https://github.com/python/cpython/issues
GitHubhttps://github.com/python/cpython/issues
see the GitHub FAQs in the Python's Developer Guide.https://devguide.python.org/gh-faq/
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/50890 https://github.com/python/cpython/issues/50890
Titlehttp://docs.python.org/devguide/triaging.html#title
Typehttp://docs.python.org/devguide/triaging.html#type
Stagehttp://docs.python.org/devguide/triaging.html#stage
Componentshttp://docs.python.org/devguide/triaging.html#components
Versionshttp://docs.python.org/devguide/triaging.html#versions
Statushttp://docs.python.org/devguide/triaging.html#status
Resolutionhttp://docs.python.org/devguide/triaging.html#resolution
Dependencieshttp://docs.python.org/devguide/triaging.html#dependencies
5094https://bugs.python.org/issue5094
Supersederhttp://docs.python.org/devguide/triaging.html#superseder
Assigned Tohttp://docs.python.org/devguide/triaging.html#assigned-to
Nosy Listhttp://docs.python.org/devguide/triaging.html#nosy-list
Priorityhttp://docs.python.org/devguide/triaging.html#priority
Keywordshttp://docs.python.org/devguide/triaging.html#keywords
issue6641.diffhttps://bugs.python.org/file17681/issue6641.diff
issue6641a.diffhttps://bugs.python.org/file17699/issue6641a.diff
issue6641b.diffhttps://bugs.python.org/file17710/issue6641b.diff
msg91256https://bugs.python.org/issue6641#msg91256
(view)https://bugs.python.org/msg91256
_strptime.pyhttps://github.com/python/cpython/blob/2.6/Lib/_strptime.py#L317
msg91282https://bugs.python.org/issue6641#msg91282
(view)https://bugs.python.org/msg91282
msg91763https://bugs.python.org/issue6641#msg91763
(view)https://bugs.python.org/msg91763
http://docs.python.org/library/datetime.html?highlight=strptime#strftime-behaviorhttp://docs.python.org/library/datetime.html?highlight=strptime#strftime-behavior
http://docs.python.org/library/time.html?highlight=strptime#time.strptimehttp://docs.python.org/library/time.html?highlight=strptime#time.strptime
msg91780https://bugs.python.org/issue6641#msg91780
(view)https://bugs.python.org/msg91780
msg106434https://bugs.python.org/issue6641#msg106434
(view)https://bugs.python.org/msg106434
msg106473https://bugs.python.org/issue6641#msg106473
(view)https://bugs.python.org/msg106473
issue5094https://bugs.python.org/issue5094
msg107329https://bugs.python.org/issue6641#msg107329
(view)https://bugs.python.org/msg107329
issue 5094https://bugs.python.org/issue5094
msg107549https://bugs.python.org/issue6641#msg107549
(view)https://bugs.python.org/msg107549
issue 5094https://bugs.python.org/issue5094
issue 5094https://bugs.python.org/issue5094
msg107555https://bugs.python.org/issue6641#msg107555
(view)https://bugs.python.org/msg107555
issue 5094https://bugs.python.org/issue5094
issue 5094https://bugs.python.org/issue5094
msg107797https://bugs.python.org/issue6641#msg107797
(view)https://bugs.python.org/msg107797
issue5094https://bugs.python.org/issue5094
issue6641https://bugs.python.org/issue6641
issue5094https://bugs.python.org/issue5094
msg107902https://bugs.python.org/issue6641#msg107902
(view)https://bugs.python.org/msg107902
msg108032https://bugs.python.org/issue6641#msg108032
(view)https://bugs.python.org/msg108032
msg108033https://bugs.python.org/issue6641#msg108033
(view)https://bugs.python.org/msg108033
msg108034https://bugs.python.org/issue6641#msg108034
(view)https://bugs.python.org/msg108034
Lib/test/test_datetime.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_datetime.py
_strptime.pyhttps://github.com/python/cpython/blob/main/Lib/_strptime.py#L483
_strptime.pyhttps://github.com/python/cpython/blob/main/Lib/_strptime.py#L336
Lib/test/test_datetime.pyhttps://github.com/python/cpython/blob/master/Lib/test/test_datetime.py
_strptime.pyhttps://github.com/python/cpython/blob/main/Lib/_strptime.py#L483
_strptime.pyhttps://github.com/python/cpython/blob/main/Lib/_strptime.py#L336
msg108038https://bugs.python.org/issue6641#msg108038
(view)https://bugs.python.org/msg108038
msg108039https://bugs.python.org/issue6641#msg108039
(view)https://bugs.python.org/msg108039
msg108041https://bugs.python.org/issue6641#msg108041
(view)https://bugs.python.org/msg108041
r82053https://hg.python.org/lookup/r82053
msg108115https://bugs.python.org/issue6641#msg108115
(view)https://bugs.python.org/msg108115
msg108116https://bugs.python.org/issue6641#msg108116
(view)https://bugs.python.org/msg108116
issue 1100942https://bugs.python.org/issue1100942
msg108117https://bugs.python.org/issue6641#msg108117
(view)https://bugs.python.org/msg108117
msg108127https://bugs.python.org/issue6641#msg108127
(view)https://bugs.python.org/msg108127
r82073https://hg.python.org/lookup/r82073
msg108166https://bugs.python.org/issue6641#msg108166
(view)https://bugs.python.org/msg108166
PEP 8https://www.python.org/dev/peps/pep-0008/
issue4086 supersederhttps://bugs.python.org/issue4086
msg108166https://bugs.python.org/msg108166
msg108127https://bugs.python.org/msg108127
issue6641b.diffhttps://bugs.python.org/file17709
issue6641b.diffhttps://bugs.python.org/file17710
issue6641b.diffhttps://bugs.python.org/file17708
issue6641b.diffhttps://bugs.python.org/file17709
msg108117https://bugs.python.org/msg108117
issue6641b.diffhttps://bugs.python.org/file17708
msg108116https://bugs.python.org/msg108116
msg108115https://bugs.python.org/msg108115
msg108041https://bugs.python.org/msg108041
msg108039https://bugs.python.org/msg108039
issue6641a.diffhttps://bugs.python.org/file17699
msg108038https://bugs.python.org/msg108038
msg108034https://bugs.python.org/msg108034
msg108033https://bugs.python.org/msg108033
mark.dickinsonhttps://bugs.python.org/user1118
belopolskyhttps://bugs.python.org/user1427
msg108032https://bugs.python.org/msg108032
belopolskyhttps://bugs.python.org/user1427
mark.dickinsonhttps://bugs.python.org/user1118
msg107902https://bugs.python.org/msg107902
issue6641.diffhttps://bugs.python.org/file17667
issue6641.diffhttps://bugs.python.org/file17681
issue6641.diffhttps://bugs.python.org/file17590
issue6641.diffhttps://bugs.python.org/file17667
msg107797https://bugs.python.org/msg107797
msg107555https://bugs.python.org/msg107555
msg107549https://bugs.python.org/msg107549
issue6641.diffhttps://bugs.python.org/file17590
mark.dickinsonhttps://bugs.python.org/user1118
msg107329https://bugs.python.org/msg107329
patchhttps://bugs.python.org/keyword2
datetime lacks concrete tzinfo implementation for UTChttps://bugs.python.org/issue5094
eric.araujohttps://bugs.python.org/user7641
brett.cannonhttps://bugs.python.org/user37
belopolskyhttps://bugs.python.org/user1427
msg106473https://bugs.python.org/msg106473
belopolskyhttps://bugs.python.org/user1427
dudologisthttps://bugs.python.org/user12427
msg106434https://bugs.python.org/msg106434
msg91780https://bugs.python.org/msg91780
abrownhttps://bugs.python.org/user11035
msg91763https://bugs.python.org/msg91763
dmhousehttps://bugs.python.org/user10955
msg91282https://bugs.python.org/msg91282
The Python Software Foundationhttps://python.org/psf-landing/
Rounduphttp://roundup.sourceforge.net
Python Software Foundationhttp://python.org/psf
Legal Statementshttp://python.org/about/legal

URLs of crawlers that visited me.