[issue3959] Add Google's ipaddr.py to the stdlib
Changes by Matthew Smart <[EMAIL PROTECTED]>: -- nosy: +mattsmart ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue3959> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue3959] Add Google's ipaddr.py to the stdlib
Matthew Smart added the comment: Woo! On May 1, 2009 5:48 PM, "Gregory P. Smith" wrote: Gregory P. Smith added the comment: I merged ipaddr into py3k. I can't lookup the revision number (r72186?) at the moment since svn.python.org is having problems. anyways, thanks pmoody & other ipaddr developers! Now that the library is -in- (before the 3.1 beta cutoff :), non-API changing bug fixes and tweaks like that one are fine to apply to the python svn repo as appropriate. I'm leaving this open pending merging the test pep8 change in once it is ready and svn.python.org is back online. -- priority: release blocker -> normal resolution: -> accepted ___ Python tracker < rep...@bugs.python.org> <http://bugs.python... -- Added file: http://bugs.python.org/file13834/unnamed ___ Python tracker <http://bugs.python.org/issue3959> ___Woo! On May 1, 2009 5:48 PM, "Gregory P. Smith" <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> wrote: Gregory P. Smith <mailto:g...@krypto.org";>g...@krypto.org> added the comment: I merged ipaddr into py3k. I can't lookup the revision number (r72186?) at the moment since http://svn.python.org"; target="_blank">svn.python.org is having problems. anyways, thanks pmoody & other ipaddr developers! Now that the library is -in- (before the 3.1 beta cutoff :), non-API changing bug fixes and tweaks like that one are fine to apply to the python svn repo as appropriate. I'm leaving this open pending merging the test pep8 change in once it is ready and http://svn.python.org"; target="_blank">svn.python.org is back online. -- priority: release blocker -> normal resolution: Â -> accepted ___ Python tracker <mailto:rep...@bugs.python.org";>rep...@bugs.python.org> <http://bugs.python.";>http://bugs.python... ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
[issue6287] distutils.core.setup does not document the 'license' meta-data
New submission from Matthew Smart : The 'license' meta-data option is not listed under: http://docs.python.org/distutils/setupscript.html#meta-data There are others, too, from: $ python setup.py --help .. snip .. Information display options (just display information, ignore any commands) --help-commands list all available commands --name print package name --version (-V) print package version --fullname print - --author print the author's name --author-email print the author's email address --maintainer print the maintainer's name --maintainer-email print the maintainer's email address --contact print the maintainer's name if known, else the author's --contact-email print the maintainer's email address if known, else the author's --url print the URL for this package --license print the license of the package --licence alias for --license --description print the package description --long-description print the long package description --platforms print the list of platforms --classifiers print the list of classifiers --keywords print the list of keywords --provides print the list of packages/modules provided --requires print the list of packages/modules required --obsoletes print the list of packages/modules made obsolete -- assignee: tarek components: Distutils messages: 89410 nosy: mattsmart, tarek severity: normal status: open title: distutils.core.setup does not document the 'license' meta-data versions: Python 2.5 ___ Python tracker <http://bugs.python.org/issue6287> ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com