Skip to content

Commit 124be47

Browse files
committed
merge with 3.4
2 parents 3897eff + ff894f5 commit 124be47

File tree

2 files changed

+0
-13
lines changed

2 files changed

+0
-13
lines changed

Doc/using/cmdline.rst

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -468,14 +468,6 @@ conflict.
468468
:data:`sys.ps2` and the hook :data:`sys.__interactivehook__` in this file.
469469

470470

471-
.. envvar:: PYTHONY2K
472-
473-
Set this to a non-empty string to cause the :mod:`time` module to require
474-
dates specified as strings to include 4-digit years, otherwise 2-digit years
475-
are converted based on rules described in the :mod:`time` module
476-
documentation.
477-
478-
479471
.. envvar:: PYTHONOPTIMIZE
480472

481473
If this is set to a non-empty string it is equivalent to specifying the

Misc/python.man

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -384,11 +384,6 @@ You can also change the prompts
384384
and
385385
.I sys.ps2
386386
in this file.
387-
.IP PYTHONY2K
388-
Set this to a non-empty string to cause the \fItime\fP module to
389-
require dates specified as strings to include 4-digit years, otherwise
390-
2-digit years are converted based on rules described in the \fItime\fP
391-
module documentation.
392387
.IP PYTHONOPTIMIZE
393388
If this is set to a non-empty string it is equivalent to specifying
394389
the \fB\-O\fP option. If set to an integer, it is equivalent to

0 commit comments

Comments
 (0)