[Python-checkins] python/dist/src/Misc NEWS,1.874,1.875

gvanrossum at users.sourceforge.net gvanrossum at users.sourceforge.net
Thu Oct 23 19:54:59 EDT 2003


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

Modified Files:
	NEWS 
Log Message:
- The pwd module incorrectly advertised its struct type as
  struct_pwent; this has been renamed to struct_passwd.  (The old name
  is still supported for backwards compatibility.)


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.874
retrieving revision 1.875
diff -C2 -d -r1.874 -r1.875
*** NEWS	21 Oct 2003 15:41:59 -0000	1.874
--- NEWS	23 Oct 2003 23:54:57 -0000	1.875
***************
*** 48,51 ****
--- 48,55 ----
  -----------------
  
+ - The pwd module incorrectly advertised its struct type as
+   struct_pwent; this has been renamed to struct_passwd.  (The old name
+   is still supported for backwards compatibility.)
+ 
  - The xml.parsers.expat module now provides Expat 1.95.7.
  





More information about the Python-checkins mailing list