[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.139, 1.831.4.140

doko at users.sourceforge.net doko at users.sourceforge.net
Sun Aug 15 19:16:28 CEST 2004


Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22377/Misc

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
- Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.139
retrieving revision 1.831.4.140
diff -C2 -d -r1.831.4.139 -r1.831.4.140
*** NEWS	12 Aug 2004 13:44:45 -0000	1.831.4.139
--- NEWS	15 Aug 2004 17:16:25 -0000	1.831.4.140
***************
*** 93,96 ****
--- 93,98 ----
  - Bug #934282: make pydoc.stripid() be case-insensitive.
  
+ - Bug #891637, patch #1005466: fix inspect.getargs() crash on def foo((bar)).
+ 
  Build
  -----



More information about the Python-checkins mailing list