Message192119
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) |
|
| Date |
User |
Action |
Args |
| 2013-07-01 11:01:27 | jaalto | set | recipients:
+ jaalto |
| 2013-07-01 11:01:27 | jaalto | set | messageid: <[email protected]> |
| 2013-07-01 11:01:27 | jaalto | link | issue18338 messages |
| 2013-07-01 11:01:27 | jaalto | create | |
|