Edgewall Software

Changes between Version 67 and Version 68 of GenshiTutorial


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

Made directions to alter data = {} to real code more explicit

Legend:

Unmodified
Added
Removed
Modified
  • GenshiTutorial

    v67 v68  
    233233}}}
    234234
    235 And in the `main()` function, let's add some code to read our data from the pickle file, and write it back:
     235And in the `main()` function, let's replace the placeholder `data = {}` code with some code to read our data from the pickle file, and write it back:
    236236
    237237{{{