[Patches] [Patch #101126] mimify.py: mods for new getopt, & tab->spaces

noreply@sourceforge.net noreply@sourceforge.net
Sat, 19 Aug 2000 18:57:44 -0700


Patch #101126 has been updated. 

Project: 
Category: library
Status: Rejected
Summary: mimify.py: mods for new getopt, & tab->spaces

Follow-Ups:

Date: 2000-Aug-09 00:19
By: goodger

Comment:
One of only two modules in 1.6b1 tarball requiring a fix for the new getopt.py, because of empty strings in (opt, optarg) tuples.

Fixes are in script portion at end (under "if __name__ == '__main__':"). While I was at it, I converted tabs to spaces (there were mixed indents before).
-------------------------------------------------------

Date: 2000-Aug-19 21:57
By: tim_one

Comment:
Rejected.  As discussed on Python-Dev, Guido doesn't want *any* getopt enhancements in the std library at this time, despite that these are very well done.

The tabs->spaces part should still get done anyway (unsure whether it has been, though!  I'll check).

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

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101126&group_id=5470