Message318452
| Author | killerrex |
|---|---|
| Recipients | QbLearningPython, killerrex |
| Date | 2018-06-01.18:41:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1527878505.95.0.81473610881.issue33660@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Script to reproduce:
import os
import pathlib
# Change to the Root directory
os.chdir('/')
# Create a relative path object.
p = pathlib.Path('spam')
print(p.resolve())
Expected output:
/span
Incorrect output
//span |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-01 18:41:46 | killerrex | set | recipients: + killerrex, QbLearningPython |
| 2018-06-01 18:41:45 | killerrex | set | messageid: <1527878505.95.0.81473610881.issue33660@psf.upfronthosting.co.za> |
| 2018-06-01 18:41:45 | killerrex | link | issue33660 messages |
| 2018-06-01 18:41:45 | killerrex | create | |