[Python-checkins] python/dist/src/Misc NEWS, 1.831.4.142, 1.831.4.143

loewis at users.sourceforge.net loewis at users.sourceforge.net
Wed Aug 18 15:35:52 CEST 2004


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

Modified Files:
      Tag: release23-maint
	NEWS 
Log Message:
Patch #914291: Restore locale while calling readline.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.831.4.142
retrieving revision 1.831.4.143
diff -C2 -d -r1.831.4.142 -r1.831.4.143
*** NEWS	16 Aug 2004 12:15:00 -0000	1.831.4.142
--- NEWS	18 Aug 2004 13:35:49 -0000	1.831.4.143
***************
*** 29,32 ****
--- 29,34 ----
  -----------------
  
+ - Patch #914291: Set locale while getting a line from readline.
+ 
  - Bug #1005308: Define _BSD_TYPES.
  



More information about the Python-checkins mailing list