Message75326
| 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:37 | LambertDW | set | recipients: + LambertDW |
| 2008-10-29 19:21:37 | LambertDW | set | messageid: <1225308097.29.0.139692797373.issue4231@psf.upfronthosting.co.za> |
| 2008-10-29 19:21:36 | LambertDW | link | issue4231 messages |
| 2008-10-29 19:21:35 | LambertDW | create | |