diff options
author | Georg Brandl <georg@python.org> | 2014-10-28 16:15:10 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2014-10-28 16:15:10 (GMT) |
commit | 75f7490843499812b3537fea31fc89e220e43a45 (patch) | |
tree | e9cdb3e5c0c7e4c6a475e7522eaa151d341e791a /Misc/python.man | |
parent | 788f2adeae7d4a59b801152a20a7cd05d215ba60 (diff) | |
download | cpython-75f7490843499812b3537fea31fc89e220e43a45.zip cpython-75f7490843499812b3537fea31fc89e220e43a45.tar.gz cpython-75f7490843499812b3537fea31fc89e220e43a45.tar.bz2 |
PYTHONY2K is long gone. Remove traces from the docs and manpage.
Diffstat (limited to 'Misc/python.man')
-rw-r--r-- | Misc/python.man | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Misc/python.man b/Misc/python.man index 52aedee..048a68a 100644 --- a/Misc/python.man +++ b/Misc/python.man @@ -384,11 +384,6 @@ You can also change the prompts and .I sys.ps2 in this file. -.IP PYTHONY2K -Set this to a non-empty string to cause the \fItime\fP module to -require dates specified as strings to include 4-digit years, otherwise -2-digit years are converted based on rules described in the \fItime\fP -module documentation. .IP PYTHONOPTIMIZE If this is set to a non-empty string it is equivalent to specifying the \fB\-O\fP option. If set to an integer, it is equivalent to |