Edgewall Software

Changes between Version 68 and Version 69 of GenshiTutorial


Ignore:
Timestamp:
Sep 4, 2007, 5:11:58 PM (17 years ago)
Author:
michael@…
Comment:

Added D/Z to interactive python instructions

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v68 v69  
    276276>>> import pickle
    277277>>> pickle.dump({link1.id: link1, link2.id: link2}, open('geddit.db', 'wb'))
     278>>> ^D   # Control-Z (^Z) on Windows
    278279}}}
    279280