Changes between Version 6 and Version 7 of dev-lang/python
- Timestamp:
- 04/16/08 12:32:44 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
dev-lang/python
v6 v7 29 29 among other warnings (such as {{{warning: unknown conversion type character `z' in format}}}). 30 30 31 On both, {{{#!/usr/bin/env python}}} needs to be changed to {{{#!/bin/env python}}}. 31 On both, 32 {{{ 33 #!/usr/bin/env python 34 }}} 35 needs to be changed to 36 {{{ 37 #!/bin/env python 38 }}} 39
