]> granicus.if.org Git - python/commitdiff
Enable short float repr!
authorMark Dickinson <dickinsm@gmail.com>
Wed, 18 Nov 2009 20:14:57 +0000 (20:14 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Wed, 18 Nov 2009 20:14:57 +0000 (20:14 +0000)
Include/pyport.h

index aab349e53ef01d99fc74cdc0e8efe2403fd202d6..c0042b52715a42fdc562770004b2ac9a3956786f 100644 (file)
@@ -577,14 +577,6 @@ extern "C" {
 #define PY_NO_SHORT_FLOAT_REPR
 #endif
 
-/* temporarily disable the new float repr while the pieces are being
-   assembled, unless PY_SHORT_FLOAT_REPR is defined.  These 7 lines
-   should be gone by 01/01/10.  If they're still here, please complain
-   to Mark Dickinson (dickinsm@gmail.com). */
-#ifndef PY_SHORT_FLOAT_REPR
-#define PY_NO_SHORT_FLOAT_REPR
-#endif
-
 /* Py_DEPRECATED(version)
  * Declare a variable, type, or function deprecated.
  * Usage: