[Python-checkins] python/dist/src/Misc NEWS,1.476,1.477

montanaro@users.sourceforge.net montanaro@users.sourceforge.net
Tue, 03 Sep 2002 06:25:20 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv10514/Misc

Modified Files:
	NEWS 
Log Message:
expose PYTHON_API_VERSION macro as sys.api_version.  Closes patch # 601456.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.476
retrieving revision 1.477
diff -C2 -d -r1.476 -r1.477
*** NEWS	2 Sep 2002 13:14:31 -0000	1.476
--- NEWS	3 Sep 2002 13:25:17 -0000	1.477
***************
*** 304,307 ****
--- 304,311 ----
    been added where available.
  
+ - The sys module acquired a new attribute, api_version, which evaluates
+   to the value of the PYTHON_API_VERSION macro with which the
+   interpreter was compiled.
+ 
  Library