[Python-checkins] python/dist/src/Misc NEWS,1.1093,1.1094

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Sun Aug 15 16:32:29 CEST 2004


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

Modified Files:
	NEWS 
Log Message:
Add get_history_item and replace_history_item functions to the readline
module.  Closes patch #675551.  My apologies to Michal Vitecek for taking so
long to process this.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1093
retrieving revision 1.1094
diff -C2 -d -r1.1093 -r1.1094
*** NEWS	15 Aug 2004 07:21:25 -0000	1.1093
--- NEWS	15 Aug 2004 14:31:54 -0000	1.1094
***************
*** 45,51 ****
  -------
  
  - bug #989672: pdb.doc and the help messages for the help_d and help_u methods
! of the pdb.Pdb class gives have been corrected. d(own) goes to a newer frame,
! u(p) to an older frame, not the other way around.
  
  - bug #990669: os.path.realpath() will resolve symlinks before normalizing the
--- 45,54 ----
  -------
  
+ - patch #675551: Add get_history_item and replace_history_item functions
+   to the readline module.
+ 
  - bug #989672: pdb.doc and the help messages for the help_d and help_u methods
!   of the pdb.Pdb class gives have been corrected. d(own) goes to a newer
!   frame, u(p) to an older frame, not the other way around.
  
  - bug #990669: os.path.realpath() will resolve symlinks before normalizing the
***************
*** 83,86 ****
--- 86,92 ----
    processor's timestamp counter now works on PPC platforms.
  
+ - patch #1006629: Define _XOPEN_SOURCE to 500 on Solaris 8/9 to match
+   GCC's definition and avoid redefinition warnings.
+ 
  C API
  -----



More information about the Python-checkins mailing list