Message316890
| Author | serhiy.storchaka |
|---|---|
| Recipients | Aifu LIU, benjamin.peterson, ezio.melotti, serhiy.storchaka, vstinner |
| Date | 2018-05-17.07:10:00 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526541000.63.0.682650639539.issue33551@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The string prefix u is used exclusively for compatibility with Python 2. It helps writing code that works in Python 2 and Python 3. The string prefix f is not compatible with Python 2. If you use it, you no longer have reasons for using the string prefix u. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-17 07:10:00 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner, benjamin.peterson, ezio.melotti, Aifu LIU |
| 2018-05-17 07:10:00 | serhiy.storchaka | set | messageid: <1526541000.63.0.682650639539.issue33551@psf.upfronthosting.co.za> |
| 2018-05-17 07:10:00 | serhiy.storchaka | link | issue33551 messages |
| 2018-05-17 07:10:00 | serhiy.storchaka | create | |