[Python-checkins] CVS: python/dist/src/Misc NEWS,1.81.2.25,1.81.2.26

Moshe Zadka moshez@users.sourceforge.net
Sat, 31 Mar 2001 02:55:49 -0800


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv23401/Misc

Modified Files:
      Tag: release20-maint
	NEWS 
Log Message:
Make mpz's .binary() work on 64 bit platforms
Make mpzmodule compile with cygwin


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.81.2.25
retrieving revision 1.81.2.26
diff -C2 -r1.81.2.25 -r1.81.2.26
*** NEWS	2001/03/31 10:29:03	1.81.2.25
--- NEWS	2001/03/31 10:55:47	1.81.2.26
***************
*** 101,104 ****
--- 101,107 ----
  - #125375 - parsermodule.c - fix parser.tuple2ast() failure on valid parse tree
  
+ - mpzmodule.c - make .binary() work on 64-bit system, make it compile with 
+   Cygwin
+ 
  What's New in Python 2.0?
  =========================