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 Jaroslav
Recipients Jaroslav, paul.moore, steve.dower, tim.golden, zach.ware
Date 2016-08-30.20:49:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1472590175.77.0.992836532809.issue27902@psf.upfronthosting.co.za>
In-reply-to
Content
Setup
=====

profile data from machine
-------------------------
- Win 7 (64bit)
- Python 3.5.2 (32bit)

data analyzed on
----------------
- Lubuntu 16.04 (64bit) incl. Python 3

issue
-----
method strip_dirs() cannot extract the base name since it assumes the Unix-style file paths. not tested for opposite direction. no exception emitted.

comment
-------
1. optional argument controlling the used 'path' module can definitely help
2. documentation update will be welcome
History
Date User Action Args
2016-08-30 20:49:35Jaroslavsetrecipients: + Jaroslav, paul.moore, tim.golden, zach.ware, steve.dower
2016-08-30 20:49:35Jaroslavsetmessageid: <1472590175.77.0.992836532809.issue27902@psf.upfronthosting.co.za>
2016-08-30 20:49:35Jaroslavlinkissue27902 messages
2016-08-30 20:49:35Jaroslavcreate