Changes between Version 14 and Version 15 of DosAndDontsForApplicationWriters
- Timestamp:
- Apr 15, 2008, 3:46:10 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DosAndDontsForApplicationWriters
v14 v15 18 18 == Basics == 19 19 20 * Your application should be Python 2.3-safe , notably you should not use {{{@decorator}}}-syntax, instead do this:20 * Your application should be Python 2.3-safe. Notably you should not use {{{@decorator}}}-syntax, instead do this: 21 21 {{{ 22 22 def foo(answer):