[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-04-27 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset f9e2b2b17e58 by Éric Araujo in branch 'default':
Add versionchanged for c19752ea037f (#10998)
http://hg.python.org/cpython/rev/f9e2b2b17e58

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-03-25 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

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

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-03-25 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

Given your approval of the idea and lack of code comments, I committed the 
patch for 3.3 without requesting more review.

--
resolution:  - fixed
stage: commit review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-03-25 Thread Roundup Robot

Roundup Robot devnull@devnull added the comment:

New changeset 814599728ac0 by Éric Araujo in branch '2.7':
Tweaks to sys.flags description table.
http://hg.python.org/cpython/rev/814599728ac0

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-01-24 Thread Éric Araujo

New submission from Éric Araujo mer...@netwok.org:

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.

--
assignee: eric.araujo
components: Interpreter Core
files: division_warning.diff
keywords: needs review, patch
messages: 126943
nosy: benjamin.peterson, eric.araujo, georg.brandl
priority: normal
severity: normal
stage: commit review
status: open
title: Remove last traces of -Q / sys.flags.division_warning / 
Py_DivisionWarningFlag
type: behavior
versions: Python 3.1, Python 3.2
Added file: http://bugs.python.org/file20505/division_warning.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-01-24 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

This would have been good for 3.2, but it is an API change...

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-01-24 Thread Raymond Hettinger

Raymond Hettinger rhettin...@users.sourceforge.net added the comment:

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.

--
nosy: +rhettinger

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-01-24 Thread Éric Araujo

Éric Araujo mer...@netwok.org added the comment:

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.

--
versions: +Python 3.3 -Python 3.1, Python 3.2

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue10998] Remove last traces of -Q / sys.flags.division_warning / Py_DivisionWarningFlag

2011-01-24 Thread Georg Brandl

Georg Brandl ge...@python.org added the comment:

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.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue10998
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com