New submission from David W. Lambert <[EMAIL PROTECTED]>:
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)))
----------
messages: 75326
nosy: LambertDW
severity: normal
status: open
title: print " should be print("
_______________________________________
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue4231>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com