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 georg.brandl
Recipients amaury.forgeotdarc, docs@python, eryksun, georg.brandl, pitrou, techdragon
Date 2014-11-04.10:23:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1415096608.07.0.809056927704.issue22790@psf.upfronthosting.co.za>
In-reply-to
Content
However, it may not be possible to change this for backward compatibility reasons.  People shouldn't be using dir() for determining attributes and the like, but they do, as documented by the multiprocessing module in the stdlib.

This should at least be noted more explicitly in the docs for dir().
History
Date User Action Args
2014-11-04 10:23:28georg.brandlsetrecipients: + georg.brandl, amaury.forgeotdarc, pitrou, docs@python, eryksun, techdragon
2014-11-04 10:23:28georg.brandlsetmessageid: <1415096608.07.0.809056927704.issue22790@psf.upfronthosting.co.za>
2014-11-04 10:23:28georg.brandllinkissue22790 messages
2014-11-04 10:23:27georg.brandlcreate