[Python-checkins] r71819 - python/branches/release30-maint

mark.dickinson python-checkins at python.org
Thu Apr 23 21:14:56 CEST 2009


Author: mark.dickinson
Date: Thu Apr 23 21:14:55 2009
New Revision: 71819

Log:
Blocked revisions 71818 via svnmerge

........
  r71818 | mark.dickinson | 2009-04-23 20:14:16 +0100 (Thu, 23 Apr 2009) | 4 lines
  
  Issue #5816: Simplify code for parsing and printing of complex numbers.
  nans and infs are no longer given special treatment; as a result,
  repr(complex(z)) recovers z for any complex number z.
........


Modified:
   python/branches/release30-maint/   (props changed)


More information about the Python-checkins mailing list