[Python-checkins] CVS: python/dist/src/Misc NEWS,1.378,1.379
Guido van Rossum
gvanrossum@users.sourceforge.net
2002年4月05日 16:23:27 -0800
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv26982
Modified Files:
NEWS
Log Message:
Some more news.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.378
retrieving revision 1.379
diff -C2 -d -r1.378 -r1.379
*** NEWS 5 Apr 2002 12:15:05 -0000 1.378
--- NEWS 6 Apr 2002 00:23:25 -0000 1.379
***************
*** 7,10 ****
--- 7,12 ----
Core and builtins
+ - Fixed super() to work correctly with class methods. [SF bug #535444]
+
- A new built-in type, bool, has been added, as well as built-in
names for its two values, True and False. Comparisons and sundry
***************
*** 148,151 ****
--- 150,155 ----
Windows
+
+ - Fixed a bug in urllib's proxy handling in Windows. [SF bug #503031]
- The installer now installs Start menu shortcuts under (the local