Message118570
| Author | belopolsky |
|---|---|
| Recipients | belopolsky |
| Date | 2010-10-13.19:53:35 |
| SpamBayes Score | 0.10314876 |
| Marked as misclassified | No |
| Message-id | <1286999616.97.0.806385422046.issue10092@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
>>> import calendar >>> calendar.TextCalendar().formatmonthname(2010,10,10) 'October 2010' >>> calendar.LocaleTextCalendar(locale='fr_FR').formatmonthname(2010,10,10) 'octobre 2010' >>> calendar.TextCalendar().formatmonthname(2010,10,10) 'octobre 2010' |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-13 19:53:37 | belopolsky | set | recipients: + belopolsky |
| 2010-10-13 19:53:36 | belopolsky | set | messageid: <1286999616.97.0.806385422046.issue10092@psf.upfronthosting.co.za> |
| 2010-10-13 19:53:35 | belopolsky | link | issue10092 messages |
| 2010-10-13 19:53:35 | belopolsky | create | |