Message 57185 - Python tracker
Message57185
| Author | brett.cannon |
|---|---|
| Recipients | brett.cannon, christian.heimes, facundobatista, georg.brandl, guillaumegirard, gvanrossum |
| Date | 2007-11-06.22:42:46 |
| SpamBayes Score | 0.001935148 |
| Marked as misclassified | No |
| Message-id | <bbaeab100711061442h172ad462o68c0f61ea09ba9a3@mail.gmail.com> |
| In-reply-to | <ca471dc20711061423v22f7b93cm904bce92fd8993f6@mail.gmail.com> |
| Content | |
|---|---|
On 11/6/07, Guido van Rossum <report@bugs.python.org> wrote: > > Guido van Rossum added the comment: > > > Another patch that uses os.path.normpath. > > Sorry, I really don't like to be importing os.path in order to be able > to process the path used for an import. Modules/getpath.c:joinpath() I think does what you want in C. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2007-11-06 22:42:47 | brett.cannon | set | spambayes_score: 0.00193515 -> 0.001935148 recipients: + brett.cannon, gvanrossum, georg.brandl, facundobatista, christian.heimes, guillaumegirard |
| 2007-11-06 22:42:46 | brett.cannon | link | issue1293 messages |
| 2007-11-06 22:42:46 | brett.cannon | create | |