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 zach.ware
Recipients Raffaele Mancuso, zach.ware
Date 2015-11-07.15:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446909051.66.0.00731668781802.issue25577@psf.upfronthosting.co.za>
In-reply-to
Content
As far as os.path.dirname is concerned, you have a file named 'ciao.pdf"' in a directory called '"ciao/come/stai', which is what you're seeing. Since those are legal names, there's no way for os.path.dirname to know what you actually want. The solution is to handle the quotes yourself however you want.
History
Date User Action Args
2015-11-07 15:10:51zach.waresetrecipients: + zach.ware, Raffaele Mancuso
2015-11-07 15:10:51zach.waresetmessageid: <1446909051.66.0.00731668781802.issue25577@psf.upfronthosting.co.za>
2015-11-07 15:10:51zach.warelinkissue25577 messages
2015-11-07 15:10:51zach.warecreate