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 LambertDW
Recipients LambertDW
Date 2008-10-29.19:21:35
SpamBayes Score 0.0016396537
Marked as misclassified No
Message-id <1225308097.29.0.139692797373.issue4231@psf.upfronthosting.co.za>
In-reply-to
Content
http://docs.python.org/dev/3.0/reference/datamodel.html


>>> class Meta(type):
...    def __getattribute__(*args):
...       print "Metaclass getattribute invoked"
xxx
...         print "Class getattribute invoked"

perhaps there's a way to search all of the code examples in the new
documents to fix most of these occurrences instead of finding them
piecemeal?

print(re.compile("print *[^(]").search(code_examples(all_dev_docs)))
History
Date User Action Args
2008-10-29 19:21:37LambertDWsetrecipients: + LambertDW
2008-10-29 19:21:37LambertDWsetmessageid: <1225308097.29.0.139692797373.issue4231@psf.upfronthosting.co.za>
2008-10-29 19:21:36LambertDWlinkissue4231 messages
2008-10-29 19:21:35LambertDWcreate