Message 264760 - Python tracker
Message264760
| Author | serhiy.storchaka |
|---|---|
| Recipients | Alex.Willmer, belopolsky, lemburg, serhiy.storchaka, xdegaye |
| Date | 2016-05-03.19:53:12 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1462305192.65.0.171880788906.issue26929@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
What is the output of following code?
import datetime
for i in range(1, 10):
print(datetime.date(1905, 1, i).strftime('%Y %U %w %G %V %u')) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-05-03 19:53:12 | serhiy.storchaka | set | recipients: + serhiy.storchaka, lemburg, belopolsky, xdegaye, Alex.Willmer |
| 2016-05-03 19:53:12 | serhiy.storchaka | set | messageid: <1462305192.65.0.171880788906.issue26929@psf.upfronthosting.co.za> |
| 2016-05-03 19:53:12 | serhiy.storchaka | link | issue26929 messages |
| 2016-05-03 19:53:12 | serhiy.storchaka | create | |