Changes between Version 14 and Version 15 of DosAndDontsForApplicationWriters


Ignore:
Timestamp:
Apr 15, 2008, 3:46:10 AM (17 years ago)
Author:
Gordonjcp
Comment:

split run-on sentence

Legend:

Unmodified
Added
Removed
Modified
  • DosAndDontsForApplicationWriters

    v14 v15  
    1818== Basics ==
    1919
    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:
    2121   {{{
    2222def foo(answer):
Back to Top