This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: PYTHONCASEOK docs mistakenly says it is limited to Windows
Type: Stage: needs patch
Components: Documentation Versions: Python 3.2, Python 3.3, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: docs@python Nosy List: brett.cannon, docs@python, python-dev
Priority: normal Keywords:

Created on 2012-01-26 21:18 by brett.cannon, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg152034 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2012-01-26 21:18
The docs for PYTHONCASEOK say it is limited to Windows, but in actuality in Python 3.x it applies to both Windows (including cygwin) and OS X. On Python 2.7 it applies to those plus RISCOS OS/2.
msg152048 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-01-26 23:37
New changeset 524795e8abe1 by Brett Cannon in branch '3.2':
Issue #13883: Document all platforms PYTHONCASEOK works on.
http://hg.python.org/cpython/rev/524795e8abe1

New changeset 0f00010c88f0 by Brett Cannon in branch 'default':
Issue #13883: PYTHONCASEOK also works with OS X.
http://hg.python.org/cpython/rev/0f00010c88f0

New changeset f18662285248 by Brett Cannon in branch '2.7':
Issue #13883: Document all platforms PYTHONCASEOK works on.
http://hg.python.org/cpython/rev/f18662285248
History
Date User Action Args
2022-04-11 14:57:26adminsetgithub: 58091
2012-01-26 23:37:55brett.cannonsetstatus: open -> closed
resolution: fixed
2012-01-26 23:37:20python-devsetnosy: + python-dev
messages: + msg152048
2012-01-26 21:18:12brett.cannoncreate