Message 192119 - Python tracker
Message192119
| Author | jaalto |
|---|---|
| Recipients | jaalto |
| Date | 2013-07-01.11:01:27 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1372676487.3.0.302989276182.issue18338@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
C.f. http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603851 When user is calling program with options, it is not an error condition to run: python --version The output is now sent to stderr. Please change to send to stdout as in other *nix utilities, in order to collect in shell scrips: version=$(python --version) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-07-01 11:01:27 | jaalto | set | recipients: + jaalto |
| 2013-07-01 11:01:27 | jaalto | set | messageid: <1372676487.3.0.302989276182.issue18338@psf.upfronthosting.co.za> |
| 2013-07-01 11:01:27 | jaalto | link | issue18338 messages |
| 2013-07-01 11:01:27 | jaalto | create | |