From: R. B. <ro...@pa...> - 2007-02-03 21:00:33
|
Last month I gave a short talk at the local Python Users group. In working up a demo for that I added hooking into pydoc when running "help". So "help sys" now runs pydoc on "sys". Stephen Emslie in python-Patches-1641544 offered a patch for command completion: https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1641544&group_id=5470 I've modified this and have incorporated into the current CVS. Finally there looks like a bug in Python 2.5 that I've worked around: http://groups.google.com/group/comp.lang.python/browse_thread/thread/3b56478927ca2cd9/dbab330ade89cc82?lnk=st&rnum=5#dbab330ade89cc82 |