[Python-checkins] r59745 - peps/trunk/pep-3100.txt

georg.brandl python-checkins at python.org
Sat Jan 5 21:00:02 CET 2008


Author: georg.brandl
Date: Sat Jan  5 21:00:01 2008
New Revision: 59745

Modified:
   peps/trunk/pep-3100.txt
Log:
trunc() is done.


Modified: peps/trunk/pep-3100.txt
==============================================================================
--- peps/trunk/pep-3100.txt	(original)
+++ peps/trunk/pep-3100.txt	Sat Jan  5 21:00:01 2008
@@ -173,7 +173,7 @@
   If you need the old input(), use eval(input()). [done]
 * Introduce ``trunc()``, which would call the ``__trunc__()`` method on its
   argument; suggested use is for objects like float where calling ``__int__()``
-  has data loss, but an integral representation is still desired? [8]_
+  has data loss, but an integral representation is still desired? [8]_ [done]
 * Exception hierarchy changes [#pep352]_ [done]
 * Add a ``bin()`` function for a binary representation of integers [done]
 


More information about the Python-checkins mailing list