[issue7847] Remove 'python -U' or document it

Barry A. Warsaw report at bugs.python.org
Wed Feb 3 18:35:08 CET 2010


New submission from Barry A. Warsaw <barry at python.org>:

Python 2.x supports a -U flag which has the effect largely the same as 'from __future__ import unicode_literals'.  However -U is undocumented anywhere except import.c.  We should either remove -U support from Python 2.7 or document it (and indicate in that documentation that the future import is preferred).

----------
messages: 98791
nosy: barry
severity: normal
status: open
title: Remove 'python -U' or document it
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7847>
_______________________________________


More information about the Python-bugs-list mailing list