Message 183957 - Python tracker
Message183957
| Author | bagratte |
|---|---|
| Recipients | bagratte, eric.araujo, roger.serwy, terry.reedy |
| Date | 2013-03-11.13:18:29 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <DUB116-DS1EFB47CBFA5462399B8B3B1E10@phx.gbl> |
| In-reply-to | <1362976981.4.0.549059768746.issue17390@psf.upfronthosting.co.za> |
| Content | |
|---|---|
...
class PyShell(OutputWindow):
import platform
version = platform.python_version() + " " + platform.architecture()[0]
shell_title = "Python %s Shell" % version
...
(PyShell.py)
i'll take a look at the devguide and see if i can figure a patch out. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-03-11 13:18:29 | bagratte | set | recipients: + bagratte, terry.reedy, roger.serwy, eric.araujo |
| 2013-03-11 13:18:29 | bagratte | link | issue17390 messages |
| 2013-03-11 13:18:29 | bagratte | create | |