On 02/04/06 Talin said: > Just a few things that have wanted while doing python > programming. Maybe some of these are already doable > or are already on someone's wish list...
It's a minor thing, but it'd be nice to make a method alias for append() on mutable sequences called push(), to go with pop(). To save memory, it would also be nice if docstrings were only made available in memory with an interpreter switch. Beyond that, I'd love to see distribution to platforms without python installed get easier. Kinda like a py2exe for each platform. I have a hard time convincing people to install Python just for my little program at times. For some silly reason people seem to already have the JRE installed. I can't imagine why. Mike -- Michael P. Soulier <[EMAIL PROTECTED]> "Any intelligent fool can make things bigger and more complex... It takes a touch of genius - and a lot of courage to move in the opposite direction." --Albert Einstein
pgpqq9qaICZsV.pgp
Description: PGP signature
_______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
