[Patches] [ python-Patches-842567 ] reflect the removal of mpz

SourceForge.net noreply at sourceforge.net
Fri Nov 14 22:00:17 EST 2003


Patches item #842567, was opened at 2003-11-15 12:00
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=842567&group_id=5470

Category: Documentation
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: George Yoshida (quiver)
Assigned to: Nobody/Anonymous (nobody)
Summary: reflect the removal of mpz

Initial Comment:
mpz's doc says "This module will be removed in 
Python 2.3" but Python 2.3 has been released, so it 
should read:
"This module has been removed in Python 2.3"


Python 2.3.2 (#1, Oct  9 2003, 12:03:29)
Type "help", "copyright", "credits" or "license" for 
more information.
>>> import mpz
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
ImportError: No module named mpz

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=842567&group_id=5470



More information about the Patches mailing list