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 | collinwinter, georg.brandl |
| Date | 2008年05月16日.15:37:17 |
| SpamBayes Score | 0.0064459434 |
| Marked as misclassified | No |
| Message-id | <1210952262.85.0.552260999958.issue2894@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I got this diff from Tools/freeze/freeze.py: - - -# Import the freeze-private modules - -import checkextensions -import makeconfig -import makefreeze -import makemakefile -import parsesetup -import bkfile +from . import checkextensions +from . import makeconfig +from . import makefreeze +from . import makemakefile +from . import parsesetup +from . import bkfile |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008年05月16日 15:37:46 | georg.brandl | set | spambayes_score: 0.00644594 -> 0.0064459434 recipients: + georg.brandl, collinwinter |
| 2008年05月16日 15:37:44 | georg.brandl | set | spambayes_score: 0.00644594 -> 0.00644594 messageid: <1210952262.85.0.552260999958.issue2894@psf.upfronthosting.co.za> |
| 2008年05月16日 15:37:40 | georg.brandl | link | issue2894 messages |
| 2008年05月16日 15:37:38 | georg.brandl | create | |