Message109474
| Author | georg.brandl |
|---|---|
| Recipients | akitada, akuchling, amaury.forgeotdarc, brian.curtin, collinwinter, ezio.melotti, georg.brandl, gregory.p.smith, jaylogan, jimjjewett, loewis, mark, moreati, mrabarnett, nneonneo, pitrou, r.david.murray, rsc, sjmachin, timehorse, vbr |
| Date | 2010-07-07.13:48:14 |
| SpamBayes Score | 0.0036312293 |
| Marked as misclassified | No |
| Message-id | <1278510498.22.0.484360390986.issue2636@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Mark, __dir__ as a special method only works when defined on types, so you'd have to use a module subclass for the "regex" module :) As I already suggested, it is probably best to move most of the private stuff into a separate module, and only import the really needed entry points into the regex module. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-07 13:48:18 | georg.brandl | set | recipients: + georg.brandl, loewis, akuchling, collinwinter, gregory.p.smith, jimjjewett, sjmachin, amaury.forgeotdarc, pitrou, nneonneo, rsc, timehorse, mark, vbr, ezio.melotti, mrabarnett, jaylogan, akitada, moreati, r.david.murray, brian.curtin |
| 2010-07-07 13:48:18 | georg.brandl | set | messageid: <1278510498.22.0.484360390986.issue2636@psf.upfronthosting.co.za> |
| 2010-07-07 13:48:15 | georg.brandl | link | issue2636 messages |
| 2010-07-07 13:48:15 | georg.brandl | create | |