Message331098
| Author | jondaa |
|---|---|
| Recipients | jondaa |
| Date | 2018-12-05.10:10:19 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1544004619.56.0.788709270274.issue35417@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
If 2to3 is run on a file with the following contents:
a="string"
print ("%s" % a)
The output is:
a="string"
print (("%s" % a))
Although it was already a valid call to print in python3. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-12-05 10:10:19 | jondaa | set | recipients: + jondaa |
| 2018-12-05 10:10:19 | jondaa | set | messageid: <1544004619.56.0.788709270274.issue35417@psf.upfronthosting.co.za> |
| 2018-12-05 10:10:19 | jondaa | link | issue35417 messages |
| 2018-12-05 10:10:19 | jondaa | create | |