[Python-checkins] python/dist/src/Misc NEWS, 1.1003, 1.1004 ACKS, 1.264, 1.265

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Fri Jun 18 21:02:55 EDT 2004


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

Modified Files:
	NEWS ACKS 
Log Message:
pydoc.stripid() is now case-insensitive for its regex to support platforms that
have pointer addresses in uppercase.

Closes bug #934282.  Thanks Robin Becker.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1003
retrieving revision 1.1004
diff -C2 -d -r1.1003 -r1.1004
*** NEWS	18 Jun 2004 02:47:22 -0000	1.1003
--- NEWS	19 Jun 2004 01:02:44 -0000	1.1004
***************
*** 337,342 ****
  -------
  
  - Bug #823209:  cmath.log() now takes an optional base argument so that its
!   API matches math.log().                                                                  
  
  - Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions
--- 337,344 ----
  -------
  
+ - Bug #934282: pydoc.stripid() is now case-insensitive.  Thanks Robin Becker.
+ 
  - Bug #823209:  cmath.log() now takes an optional base argument so that its
!   API matches math.log().
  
  - Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions

Index: ACKS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/ACKS,v
retrieving revision 1.264
retrieving revision 1.265
diff -C2 -d -r1.264 -r1.265
*** ACKS	10 Jun 2004 18:42:15 -0000	1.264
--- ACKS	19 Jun 2004 01:02:51 -0000	1.265
***************
*** 44,47 ****
--- 44,48 ----
  David Beazley
  Neal Becker
+ Robin Becker
  Bill Bedford
  Reimer Behrends




More information about the Python-checkins mailing list