[Python-checkins] python/dist/src/Misc NEWS,1.1307,1.1308

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Thu Jun 30 01:30:33 CEST 2005


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

Modified Files:
	NEWS 
Log Message:
SF bug #1224347:  int/long unification and hex()

Hex longs now print with lowercase letters like their int counterparts.



Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.1307
retrieving revision 1.1308
diff -u -d -r1.1307 -r1.1308
--- NEWS	26 Jun 2005 22:54:58 -0000	1.1307
+++ NEWS	29 Jun 2005 23:29:43 -0000	1.1308
@@ -12,6 +12,9 @@
 Core and builtins
 -----------------
 
+- SF bug #1224347: hex longs now print with lowercase letters just
+  like their int counterparts.
+
 - SF bug #1163563: the original fix for bug #1010677 ("thread Module
   Breaks PyGILState_Ensure()") broke badly in the case of multiple
   interpreter states; back out that fix and do a better job (see



More information about the Python-checkins mailing list