[optparse] I wonder if optparse is dead ? because...
Hello, I wonder if optparse is dead ? because : * svn access is down (svn co svn://starship.python.net/optik/trunk optik) ( http://sourceforge.net/mailarchive/forum.php? thread_name=466F541C.6010804%40users.sourceforge.net&forum_name=optik- users ) * last release is out 2 years ago ( http://sourceforge.net/mailarchive/forum.php? thread_name=20060723161651.GA2076%40cthulhu.gerg.ca&forum_name=optik- users ) * Greg Ward mail ( gward at python.net ) and is home page (http:// www.gerg.ca/) are away * I'm interested by this feature http://sourceforge.net/tracker/index.php? func=detail&aid=1819510&group_id=38019&atid=421097 but it hasn't comment since one year ago. Otherwise optparse is a great module ! Thanks for your information, Stephane
KLEIN Stéphane schrieb:
Hello,
I wonder if optparse is dead ? because :
* svn access is down (svn co svn://starship.python.net/optik/trunk optik) ( http://sourceforge.net/mailarchive/forum.php? thread_name=466F541C.6010804%40users.sourceforge.net&forum_name=optik- users )
* last release is out 2 years ago ( http://sourceforge.net/mailarchive/forum.php? thread_name=20060723161651.GA2076%40cthulhu.gerg.ca&forum_name=optik- users )
* Greg Ward mail ( gward at python.net ) and is home page (http:// www.gerg.ca/) are away
* I'm interested by this feature http://sourceforge.net/tracker/index.php? func=detail&aid=1819510&group_id=38019&atid=421097 but it hasn't comment since one year ago.
Otherwise optparse is a great module !
Well, the module itself certainly isn't dead since it's distributed with Python. What might be dead is the standalone version, Optik. However, we have so far delegated feature requests to Greg and expected them to be included in Optik first before being merged to the core. If Optik is no longer maintained, we can do this directly in the core, with Python's release cycle. Georg -- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out.
On Sat, Aug 30, 2008 at 10:30 PM, KLEIN Stéphane <stephane@harobed.org>wrote:
Hello,
I wonder if optparse is dead ? because :
* svn access is down (svn co svn://starship.python.net/optik/trunk optik) ( http://sourceforge.net/mailarchive/forum.php? thread_name=466F541C.6010804%40users.sourceforge.net&forum_name=optik-<http://sourceforge.net/mailarchive/forum.php?thread_name=466F541C.6010804%40users.sourceforge.net&forum_name=optik-> users )
* last release is out 2 years ago ( http://sourceforge.net/mailarchive/forum.php? thread_name=20060723161651.GA2076%40cthulhu.gerg.ca&forum_name=optik-<http://sourceforge.net/mailarchive/forum.php?thread_name=20060723161651.GA2076%40cthulhu.gerg.ca&forum_name=optik-> users )
Hello, It has been integrated in Python since then, afaik http://svn.python.org/projects/python/trunk/Lib/optparse.py
* Greg Ward mail ( gward at python.net ) and is home page (http:// www.gerg.ca/) are away
* I'm interested by this feature http://sourceforge.net/tracker/index.php? func=detail&aid=1819510&group_id=38019&atid=421097<http://sourceforge.net/tracker/index.php?func=detail&aid=1819510&group_id=38019&atid=421097> but it hasn't comment since one year ago.
Otherwise optparse is a great module !
Thanks for your information, Stephane
_______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/ziade.tarek%40gmail.com
-- Tarek Ziadé | Association AfPy | www.afpy.org Blog FR | http://programmation-python.org Blog EN | http://tarekziade.wordpress.com/
On Sat, Aug 30, 2008 at 10:30 PM, KLEIN Stéphane <stephane@harobed.org>wrote:
Hello,
I wonder if optparse is dead ? because :
* svn access is down (svn co svn://starship.python.net/optik/trunk optik) ( http://sourceforge.net/mailarchive/forum.php? thread_name=466F541C.6010804%40users.sourceforge.net&forum_name=optik- <http://sourceforge.net/mailarchive/forum.php?
users )
* last release is out 2 years ago ( http://sourceforge.net/mailarchive/forum.php? thread_name=20060723161651.GA2076%40cthulhu.gerg.ca&forum_name=optik- <http://sourceforge.net/mailarchive/forum.php?
Le Sat, 30 Aug 2008 23:15:13 +0200, Tarek Ziadé a écrit : thread_name=466F541C.6010804%40users.sourceforge.net&forum_name=optik-> thread_name=20060723161651.GA2076%40cthulhu.gerg.ca&forum_name=optik->
users )
Hello,
It has been integrated in Python since then, afaik
Yes, I know but there are this lines in optparse.py source code : """ By Greg Ward <gward@python.net> Originally distributed as Optik; see http://optik.sourceforge.net/ . If you have problems with this module, please do not file bugs, patches, or feature requests with Python; instead, use Optik's SourceForge project page: http://sourceforge.net/projects/optik For support, use the optik-users@lists.sourceforge.net mailing list (http://lists.sourceforge.net/lists/listinfo/optik-users). """ then if I read this, I need to send my request feature to Optik web site but it appear asleep. Regards, Stephane
participants (3)
-
Georg Brandl
-
KLEIN Stéphane
-
Tarek Ziadé