This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author chris.jerdonek
Recipients Mikel.Ward, asvetlov, chris.jerdonek, docs@python, eric.araujo, ezio.melotti
Date 2012-12-13.19:26:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355426802.46.0.263034233188.issue16666@psf.upfronthosting.co.za>
In-reply-to
Content
This issue only applies to 2.7.  Keyword arguments are accepted in 3.x.  See the interactive example here, for example:

http://docs.python.org/3.2/library/socket.html#socket.getaddrinfo
History
Date User Action Args
2012-12-13 19:26:42chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, eric.araujo, asvetlov, docs@python, Mikel.Ward
2012-12-13 19:26:42chris.jerdoneksetmessageid: <1355426802.46.0.263034233188.issue16666@psf.upfronthosting.co.za>
2012-12-13 19:26:42chris.jerdoneklinkissue16666 messages
2012-12-13 19:26:42chris.jerdonekcreate