[issue7514] doc: documentation for "sys.flags" is obsolete.

2009-12-24 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed in r77050 (trunk), r77051 (release26-maint), r77052 (py3k), r77053 (release31-maint). Thanks for the report and the patch! -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 2.6 _

[issue7514] doc: documentation for "sys.flags" is obsolete.

2009-12-24 Thread Ezio Melotti
Ezio Melotti added the comment: There are a couple of options missing from the trunk doc too (no_user_site and bytes_warning). I'll fix both. -- assignee: georg.brandl -> ezio.melotti nosy: +ezio.melotti versions: +Python 2.7 ___ Python tracker

[issue7514] doc: documentation for "sys.flags" is obsolete.

2009-12-21 Thread Florent Xicluna
Changes by Florent Xicluna : -- priority: -> low stage: -> patch review type: -> behavior ___ Python tracker ___ ___ Python-bugs-lis

[issue7514] doc: documentation for "sys.flags" is obsolete.

2009-12-15 Thread flox
New submission from flox : Patch attached. -- assignee: georg.brandl components: Documentation files: py3k_doc_sys_flags.diff keywords: patch messages: 96441 nosy: flox, georg.brandl severity: normal status: open title: doc: documentation for "sys.flags" is obsolete. versions: Python 3.1