Message145695
| Author | eric.araujo |
|---|---|
| Recipients | RonnyPfannschmidt, alexis, eric.araujo, jens, mikehoy, tarek |
| Date | 2011-10-17.13:49:13 |
| SpamBayes Score | 0.008018907 |
| Marked as misclassified | No |
| Message-id | <1318859354.5.0.255862680344.issue11638@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Jens: > Don't know it this is related to the usage of: from __future__ import > unicode_literals ? Yes. This semi-magic import will turn your string literals into unicode literals, hence your name, version, etc. will be unicode objects. It’s the same thing as writing version=u'1.0'. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2011-10-17 13:49:14 | eric.araujo | set | recipients: + eric.araujo, tarek, RonnyPfannschmidt, alexis, mikehoy, jens |
| 2011-10-17 13:49:14 | eric.araujo | set | messageid: <1318859354.5.0.255862680344.issue11638@psf.upfronthosting.co.za> |
| 2011-10-17 13:49:13 | eric.araujo | link | issue11638 messages |
| 2011-10-17 13:49:13 | eric.araujo | create | |