summaryrefslogtreecommitdiff
path: root/Include/pydebug.h
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2003-01-13 16:08:56 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2003-01-13 16:08:56 +0000
commitc4b30bb31b7a1ff34b9865dc163c274bdaa7e3fb (patch)
treed849c8b36d20f4f080a3c1991eb27b4c60aaf18d /Include/pydebug.h
parentb76df955d877e6cdf06fab21b8fc66ff33980cdd (diff)
downloadcpython-c4b30bb31b7a1ff34b9865dc163c274bdaa7e3fb.tar.gz
Update comment, QnewFlag will go away in 3.0, not 2.3
Diffstat (limited to 'Include/pydebug.h')
-rw-r--r--Include/pydebug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Include/pydebug.h b/Include/pydebug.h
index 9a5773ac12..f49a98e4c4 100644
--- a/Include/pydebug.h
+++ b/Include/pydebug.h
@@ -16,9 +16,9 @@ PyAPI_DATA(int) Py_TabcheckFlag;
PyAPI_DATA(int) Py_UnicodeFlag;
PyAPI_DATA(int) Py_IgnoreEnvironmentFlag;
PyAPI_DATA(int) Py_DivisionWarningFlag;
-/* _XXX Py_QnewFlag should go away in 2.3. It's true iff -Qnew is passed,
+/* _XXX Py_QnewFlag should go away in 3.0. It's true iff -Qnew is passed,
on the command line, and is used in 2.2 by ceval.c to make all "/" divisions
- true divisions (which they will be in 2.3). */
+ true divisions (which they will be in 3.0). */
PyAPI_DATA(int) _Py_QnewFlag;
/* this is a wrapper around getenv() that pays attention to