[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2016-02-06 Thread Roundup Robot
Roundup Robot added the comment: New changeset f25d8cbd074a by Martin Panter in branch '3.5': Issue #25179: Preparatory cleanup of existing docs on string formatting https://hg.python.org/cpython/rev/f25d8cbd074a New changeset fe692ee6d19a by Martin Panter in branch '2.7': Issue #25179: Preparat

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2014-01-04 Thread Martin Panter
Changes by Martin Panter : -- nosy: +vadmium ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pytho

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2014-01-03 Thread HCT
HCT added the comment: just want to know if there is any tentative schedule to release 3.3.4. the PEP for 3.3 schedule doesn't talk about 3.3.4, so I'm not sure if the decision was to leave latest 3.3 with this broken regression or fix it and release 3.3.4. --

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset bab7dc2ffc16 by Benjamin Peterson in branch '3.3': fix format spec recursive expansion (closes #19729) http://hg.python.org/cpython/rev/bab7dc2ffc16 New changeset e27684eed3b6 by Benjamin Peterson in branch 'default': merge 3.3 (#19729) http://hg.py

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-26 Thread Benjamin Peterson
Benjamin Peterson added the comment: Sorry about that. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-26 Thread Georg Brandl
Georg Brandl added the comment: Hmm, sucks. Benjamin, can you come up with a fix? I'll give it a few weeks to wait for more potential regressions and then do a 3.3.4. -- ___ Python tracker __

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-26 Thread Eric V. Smith
Changes by Eric V. Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.py

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-25 Thread Arfrever Frehtes Taifersar Arahesis
Changes by Arfrever Frehtes Taifersar Arahesis : -- nosy: +Arfrever ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-25 Thread R. David Murray
Changes by R. David Murray : -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-25 Thread R. David Murray
Changes by R. David Murray : -- nosy: +georg.brandl priority: normal -> release blocker stage: -> needs patch type: crash -> behavior ___ Python tracker ___

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-25 Thread HCT
HCT added the comment: my projects are total broken by this, so my temporary solution is to down grade to 3.3.2 somehow we don't have any test to check this before releasing 3.3.3 -- ___ Python tracker __

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-25 Thread Yury Selivanov
Yury Selivanov added the comment: This broke a lot of our code, I think that priority needs to be raised to urgent. -- nosy: +yselivanov ___ Python tracker ___ _

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-22 Thread STINNER Victor
STINNER Victor added the comment: According to hg bisect, the regression comes from: changeset: 83817:6786e681ed58 branch: 3.3 parent: 83812:cd2457463eeb user:Benjamin Peterson date:Fri May 17 17:34:30 2013 -0500 files: Lib/test/test_unicode.py Misc/NEWS Objec

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-22 Thread Benjamin Peterson
Benjamin Peterson added the comment: Amusingly, it also works in 3.4. -- nosy: +benjamin.peterson ___ Python tracker ___ ___ Python-bu

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-22 Thread HCT
Changes by HCT : -- title: str.format sublevel format parsing broken in Python 3.3.3 -> [regression] str.format sublevel format parsing broken in Python 3.3.3 ___ Python tracker ___

[issue19729] [regression] str.format sublevel format parsing broken in Python 3.3.3

2013-11-22 Thread HCT
Changes by HCT : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mai