msg126943 - (view) |
Author: Éric Araujo (eric.araujo) *  |
Date: 2011-01-24 19:25 |
The -Q command-line option has been removed in Python 3 but there are some leftovers. Attached patch removes them; tests pass; please review. I think 3.1 should be fixed too, since no sane program should use those leftovers. I removed the now-pointless tests in test_cmd_line. They were not failing; this may be a bug in verify_valid_flag, out of scope for this report. While I was editing the table used to document sys.flags, I added some link-generating markup (to the respective option doc) and made the table markup easier to read and edit. I can make those changes in another commit if you prefer it. |
|
|
msg126944 - (view) |
Author: Georg Brandl (georg.brandl) *  |
Date: 2011-01-24 19:35 |
This would have been good for 3.2, but it is an API change... |
|
|
msg126951 - (view) |
Author: Raymond Hettinger (rhettinger) *  |
Date: 2011-01-24 20:06 |
I'm in mildly in favor of getting this done before the next release candidate. It seems like a desirable clean-up that would better be done sooner than later. |
|
|
msg126961 - (view) |
Author: Éric Araujo (eric.araujo) *  |
Date: 2011-01-24 22:13 |
My argument that this change should have no impact so it’s safe to commit also works the other way: there is no pressure to make an exception to the process and commit this after rc1. 3.1 and 3.2 will have the bug, 3.3 won’t. |
|
|
msg126992 - (view) |
Author: Georg Brandl (georg.brandl) *  |
Date: 2011-01-25 07:27 |
You can even argue it's a bug fix for 3.2.1, but I'd rather keep the list of changes in the rc small. |
|
|
msg132196 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2011-03-26 01:04 |
New changeset 0d2ef718ae67 by Éric Araujo in branch '3.1': Tweaks to sys.flags description table. http://hg.python.org/cpython/rev/0d2ef718ae67 New changeset c19752ea037f by Éric Araujo in branch 'default': Remove traces of division_warning left over from Python 2 (#10998) http://hg.python.org/cpython/rev/c19752ea037f |
|
|
msg132199 - (view) |
Author: Éric Araujo (eric.araujo) *  |
Date: 2011-03-26 01:11 |
Given your approval of the idea and lack of code comments, I committed the patch for 3.3 without requesting more review. |
|
|
msg132202 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2011-03-26 01:18 |
New changeset 814599728ac0 by Éric Araujo in branch '2.7': Tweaks to sys.flags description table. http://hg.python.org/cpython/rev/814599728ac0 |
|
|
msg134569 - (view) |
Author: Roundup Robot (python-dev)  |
Date: 2011-04-27 14:37 |
New changeset f9e2b2b17e58 by Éric Araujo in branch 'default': Add versionchanged for c19752ea037f (#10998) http://hg.python.org/cpython/rev/f9e2b2b17e58 |
|
|