Message 214214 - Python tracker
Message214214
| Author | r.david.murray |
|---|---|
| Recipients | docs@python, eric.araujo, peter@psantoro.net, pitrou, r.david.murray |
| Date | 2014-03-20.12:45:25 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1395319525.81.0.770948773206.issue20907@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Note that unix unzip does exactly the same thing as zipfile extractall (except that it does issue warnings), and I believe this is considered "best practice" these days for extraction tools: strip out absolute/relative path components and extract to the destination directory. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2014-03-20 12:45:25 | r.david.murray | set | recipients: + r.david.murray, pitrou, eric.araujo, docs@python, peter@psantoro.net |
| 2014-03-20 12:45:25 | r.david.murray | set | messageid: <1395319525.81.0.770948773206.issue20907@psf.upfronthosting.co.za> |
| 2014-03-20 12:45:25 | r.david.murray | link | issue20907 messages |
| 2014-03-20 12:45:25 | r.david.murray | create | |