Message 183963 - Python tracker
Message183963
| Author | bagratte |
|---|---|
| Recipients | bagratte, eric.araujo, roger.serwy, terry.reedy |
| Date | 2013-03-11.14:25:05 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <DUB116-DS493C460DC361A87A71BF34B1E10@phx.gbl> |
| In-reply-to | <1362976981.4.0.549059768746.issue17390@psf.upfronthosting.co.za> |
| Content | |
|---|---|
or better still:
...
from platform import python_version, architecture
shell_title = "Python %s %s Shell" % (python_version(), architecture()[0])
... |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-11 14:25:05 | bagratte | set | recipients: + bagratte, terry.reedy, roger.serwy, eric.araujo |
| 2013-03-11 14:25:05 | bagratte | link | issue17390 messages |
| 2013-03-11 14:25:05 | bagratte | create | |