Message320395
| Author | adelfino |
|---|---|
| Recipients | adelfino, docs@python |
| Date | 2018-06-25.02:36:10 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1529894172.0.0.56676864532.issue33952@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Doc says: Note that str.upper().isupper() might be False if s... Should say: Note that s.upper().isupper() might be False if s... PR fixes this. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-06-25 02:36:12 | adelfino | set | recipients: + adelfino, docs@python |
| 2018-06-25 02:36:12 | adelfino | set | messageid: <1529894172.0.0.56676864532.issue33952@psf.upfronthosting.co.za> |
| 2018-06-25 02:36:11 | adelfino | link | issue33952 messages |
| 2018-06-25 02:36:11 | adelfino | create | |