]> granicus.if.org Git - python/commitdiff
Update comment, QnewFlag will go away in 3.0, not 2.3
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 13 Jan 2003 16:08:56 +0000 (16:08 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 13 Jan 2003 16:08:56 +0000 (16:08 +0000)
Include/pydebug.h

index 9a5773ac12feb7b2f694c89a6028e05638d0903e..f49a98e4c41550f852291cbca0720a486e5690be 100644 (file)
@@ -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