René's URL Explorer Experiment


Title: Issue 7951: Should str.format allow negative indexes when used for __getitem__ access? - Python tracker

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/52199 https://github.com/python/cpython/issues/52199
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
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
format_negative_indexes-2.7.diffhttps://bugs.python.org/file17712/format_negative_indexes-2.7.diff
format_negative_indexes-3.2.diffhttps://bugs.python.org/file17713/format_negative_indexes-3.2.diff
format_no_fields_with_negative_indexes-2.7.diffhttps://bugs.python.org/file17768/format_no_fields_with_negative_indexes-2.7.diff
7951NegativeIndexesForStringFormat3dot4.patchhttps://bugs.python.org/file29948/7951NegativeIndexesForStringFormat3dot4.patch
reviewhttps://bugs.python.org/review/7951/#ps7941
msg99482https://bugs.python.org/issue7951#msg99482
(view)https://bugs.python.org/msg99482
msg99553https://bugs.python.org/issue7951#msg99553
(view)https://bugs.python.org/msg99553
msg107766https://bugs.python.org/issue7951#msg107766
(view)https://bugs.python.org/msg107766
issue 8985https://bugs.python.org/issue8985
msg107776https://bugs.python.org/issue7951#msg107776
(view)https://bugs.python.org/msg107776
PEP 3101https://www.python.org/dev/peps/pep-3101/
msg107781https://bugs.python.org/issue7951#msg107781
(view)https://bugs.python.org/msg107781
msg107792https://bugs.python.org/issue7951#msg107792
(view)https://bugs.python.org/msg107792
msg107776https://bugs.python.org/msg107776
msg107793https://bugs.python.org/issue7951#msg107793
(view)https://bugs.python.org/msg107793
msg107801https://bugs.python.org/issue7951#msg107801
(view)https://bugs.python.org/msg107801
msg107811https://bugs.python.org/issue7951#msg107811
(view)https://bugs.python.org/msg107811
msg107845https://bugs.python.org/issue7951#msg107845
(view)https://bugs.python.org/msg107845
msg108132https://bugs.python.org/issue7951#msg108132
(view)https://bugs.python.org/msg108132
msg108133https://bugs.python.org/issue7951#msg108133
(view)https://bugs.python.org/msg108133
msg108143https://bugs.python.org/issue7951#msg108143
(view)https://bugs.python.org/msg108143
msg108144https://bugs.python.org/issue7951#msg108144
(view)https://bugs.python.org/msg108144
msg108472https://bugs.python.org/issue7951#msg108472
(view)https://bugs.python.org/msg108472
msg108617https://bugs.python.org/issue7951#msg108617
(view)https://bugs.python.org/msg108617
msg113447https://bugs.python.org/issue7951#msg113447
(view)https://bugs.python.org/msg113447
PEP3003https://www.python.org/dev/peps/pep-3003/
msg113620https://bugs.python.org/issue7951#msg113620
(view)https://bugs.python.org/msg113620
msg113624https://bugs.python.org/issue7951#msg113624
(view)https://bugs.python.org/msg113624
msg115981https://bugs.python.org/issue7951#msg115981
(view)https://bugs.python.org/msg115981
Grammar/Grammarhttps://github.com/python/cpython/blob/master/Grammar/Grammar
Python/ceval.chttps://github.com/python/cpython/blob/master/Python/ceval.c
Objects/listobject.chttps://github.com/python/cpython/blob/master/Objects/listobject.c
Objects/abstract.chttps://github.com/python/cpython/blob/master/Objects/abstract.c
msg116244https://bugs.python.org/issue7951#msg116244
(view)https://bugs.python.org/msg116244
msg187404https://bugs.python.org/issue7951#msg187404
(view)https://bugs.python.org/msg187404
msg190102https://bugs.python.org/issue7951#msg190102
(view)https://bugs.python.org/msg190102
msg215958https://bugs.python.org/issue7951#msg215958
(view)https://bugs.python.org/msg215958
msg216038https://bugs.python.org/issue7951#msg216038
(view)https://bugs.python.org/msg216038
https://docs.python.org/3/reference/lexical_analysis.html#grammar-token-integerhttps://docs.python.org/3/reference/lexical_analysis.html#grammar-token-integer
msg225505https://bugs.python.org/issue7951#msg225505
(view)https://bugs.python.org/msg225505
msg216038https://bugs.python.org/msg216038
msg266481https://bugs.python.org/issue7951#msg266481
(view)https://bugs.python.org/msg266481
msg340877https://bugs.python.org/issue7951#msg340877
(view)https://bugs.python.org/msg340877
msg340884https://bugs.python.org/issue7951#msg340884
(view)https://bugs.python.org/msg340884
PEP 3101https://www.python.org/dev/peps/pep-3101/
https://www.python.org/dev/peps/pep-3101/#simple-and-compound-field-nameshttps://www.python.org/dev/peps/pep-3101/#simple-and-compound-field-names
msg347795https://bugs.python.org/issue7951#msg347795
(view)https://bugs.python.org/msg347795
msg407301https://bugs.python.org/issue7951#msg407301
(view)https://bugs.python.org/msg407301
msg407328https://bugs.python.org/issue7951#msg407328
(view)https://bugs.python.org/msg407328
msg407422https://bugs.python.org/issue7951#msg407422
(view)https://bugs.python.org/msg407422
msg407422https://bugs.python.org/msg407422
msg407328https://bugs.python.org/msg407328
iritkatrielhttps://bugs.python.org/user34626
msg407301https://bugs.python.org/msg407301
Ilya Kamenshchikovhttps://bugs.python.org/user23132
msg347795https://bugs.python.org/msg347795
msg340884https://bugs.python.org/msg340884
msg340877https://bugs.python.org/msg340877
issue33160 supersederhttps://bugs.python.org/issue33160
BreamoreBoyhttps://bugs.python.org/user12545
marco.buttuhttps://bugs.python.org/user16574
msg266481https://bugs.python.org/msg266481
BreamoreBoyhttps://bugs.python.org/user12545
msg225505https://bugs.python.org/msg225505
msg216038https://bugs.python.org/msg216038
docs@pythonhttps://bugs.python.org/user12260
terry.reedyhttps://bugs.python.org/user155
eric.smithhttps://bugs.python.org/user2799
docs@pythonhttps://bugs.python.org/user12260
docs@pythonhttps://bugs.python.org/user12260
msg215958https://bugs.python.org/msg215958
BreamoreBoyhttps://bugs.python.org/user12545
BreamoreBoyhttps://bugs.python.org/user12545
msg190102https://bugs.python.org/msg190102
7951NegativeIndexesForStringFormat3dot4.patchhttps://bugs.python.org/file29948
patchhttps://bugs.python.org/keyword2
msg187404https://bugs.python.org/msg187404
Todd.Rovitohttps://bugs.python.org/user12768
rhettingerhttps://bugs.python.org/user114
terry.reedyhttps://bugs.python.org/user155
mark.dickinsonhttps://bugs.python.org/user1118
eric.smithhttps://bugs.python.org/user2799
kisielkhttps://bugs.python.org/user3126
eric.araujohttps://bugs.python.org/user7641
mrabarnetthttps://bugs.python.org/user8818
floxhttps://bugs.python.org/user11184
gosellahttps://bugs.python.org/user12508
msg116244https://bugs.python.org/msg116244
msg115981https://bugs.python.org/msg115981
floxhttps://bugs.python.org/user11184
msg113624https://bugs.python.org/msg113624
patchhttps://bugs.python.org/keyword2
after moratoriumhttps://bugs.python.org/keyword10
msg113620https://bugs.python.org/msg113620
terry.reedyhttps://bugs.python.org/user155
msg113447https://bugs.python.org/msg113447
format_no_fields_with_negative_indexes-2.7.diffhttps://bugs.python.org/file17768
patchhttps://bugs.python.org/keyword2
msg108617https://bugs.python.org/msg108617
kisielkhttps://bugs.python.org/user3126
msg108472https://bugs.python.org/msg108472
after moratoriumhttps://bugs.python.org/keyword10
patchhttps://bugs.python.org/keyword2
msg108144https://bugs.python.org/msg108144
rhettingerhttps://bugs.python.org/user114
msg108143https://bugs.python.org/msg108143
msg108133https://bugs.python.org/msg108133
format_negative_indexes-3.2.diffhttps://bugs.python.org/file17713
format_negative_indexes-2.7.diffhttps://bugs.python.org/file17712
patchhttps://bugs.python.org/keyword2
msg108132https://bugs.python.org/msg108132
msg107845https://bugs.python.org/msg107845
msg107811https://bugs.python.org/msg107811
msg107801https://bugs.python.org/msg107801
msg107793https://bugs.python.org/msg107793
msg107792https://bugs.python.org/msg107792
msg107781https://bugs.python.org/msg107781
msg107776https://bugs.python.org/msg107776
mark.dickinsonhttps://bugs.python.org/user1118
eric.araujohttps://bugs.python.org/user7641
gosellahttps://bugs.python.org/user12508
msg107766https://bugs.python.org/msg107766
issue8985 supersederhttps://bugs.python.org/issue8985
mrabarnetthttps://bugs.python.org/user8818
msg99553https://bugs.python.org/msg99553
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.