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 StupidHod
Recipients StupidHod, ezio.melotti, vstinner, zach.ware
Date 2014-07-21.02:36:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAL1VFv-RF6natAeJLFiRfgWB8xGME1Fmz3_o0xDdeDWp6puDPg@mail.gmail.com>
In-reply-to <1405908942.79.0.438940034528.issue22019@psf.upfronthosting.co.za>
Content
You are correct,the resultpath is unicode and path is str.Tks for your
comments.

2014-07-21 10:15 GMT+08:00 Ezio Melotti <report@bugs.python.org>:

>
> Ezio Melotti added the comment:
>
> Agreed.  Make sure that the arguments you are passing to ntpath.join()
> have the same type (i.e. either both unicode, or both string).
>
> ----------
> nosy: +ezio.melotti
> resolution:  -> not a bug
> stage:  -> resolved
> status: open -> closed
>
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue22019>
> _______________________________________
>
History
Date User Action Args
2014-07-21 02:36:12StupidHodsetrecipients: + StupidHod, vstinner, ezio.melotti, zach.ware
2014-07-21 02:36:12StupidHodlinkissue22019 messages
2014-07-21 02:36:12StupidHodcreate