Changes between Version 10 and Version 11 of DeveloperGuidelines/Tips


Ignore:
Timestamp:
01/01/09 19:44:20 (16 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/Tips

    v10 v11  
    55Python debugging
    66 * use Web2Py shell: http://www.vimeo.com/879939
    7  * http://docs.python.org/library/doctest.html
    8  * http://docs.python.org/library/bdb.html
     7 * Doc & Test Tools: http://docs.python.org/library/development.html
     8 * Debug Tools: http://docs.python.org/library/debug.html
    99 * http://mg.pov.lt/profilehooks/
    1010