Comments

195 Comments

Perfection - be free git-review.el7

I think the best would be to have a python-argcomplete.sh file containing the _python_argcompete function. And then other packages requiring this can add another file containing just one line complete -o default -F _python_argcomplete my-script Steve.

All working fine, One question only, does it make sense to add a /etc/bash_completion.d/python-argcomplete.sh to the package?

Thanks for the testing, I was waiting for 2.0.0 to be declared as the stable release before pushing rather than deploying something immediately redundant.

karma

Seems good here for me.

torque-2.5.7-1.el5 suffers from https://bugzilla.redhat.com/show_bug.cgi?id=716659 and a new package is needed.

This update has been unpushed

karma

A trivial check and all seems well. $ python26 >>> from datetime import date, datetime, time >>> from babel.dates import format_date, format_datetime, format_time >>> d = date(2007, 4, 1) >>> format_date(d, locale='en') u'Apr 1, 2007' >>> format_date(d, locale='de_DE') u'01.04.2007'

Installs fine [steve@centos5 ~]$ nosetests-2.6 ---------------------------------------------------------------------- Ran 0 tests in 0.017s OK

Installs just fine, now trying to use.

This update has been submitted for testing.

This update has been submitted for stable.

This update has been submitted for stable.