]> granicus.if.org Git - python/commitdiff
zap commented out bit of code
authorSkip Montanaro <skip@pobox.com>
Fri, 11 Apr 2003 19:33:55 +0000 (19:33 +0000)
committerSkip Montanaro <skip@pobox.com>
Fri, 11 Apr 2003 19:33:55 +0000 (19:33 +0000)
Modules/_csv.c

index e62999ffbfa88e022c248823265e103dc8fb5b0c..ebabf1239c330590a8a92b095de2f74adc5ebe21 100644 (file)
@@ -7,7 +7,7 @@ module.  Users should not use this module directly, but import the csv.py
 module instead.
 
 **** For people modifying this code, please note that as of this writing
-**** (2003-03-23), it is intended that this code should work with Python
+**** (2003-03-23), it is intended t hat this code should work with Python
 **** 2.2.
 
 */
@@ -270,7 +270,6 @@ static void
 Dialect_dealloc(DialectObj *self)
 {
         Py_XDECREF(self->lineterminator);
-       /*PyMem_DEL(self);*/
         self->ob_type->tp_free((PyObject *)self);
 }