This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skip.montanaro
Recipients legerf, skip.montanaro
Date 2008-12-02.18:12:37
SpamBayes Score 7.459309e-08
Marked as misclassified No
Message-id <18741.31378.95950.920866@montanaro-dyndns-org.local>
In-reply-to <1228239150.15.0.507031526019.issue4483@psf.upfronthosting.co.za>
Content
Leger> - I modify your dbm2.diff because the module name is
    Leger>   "_dbmmodule.c" and not "dbmmodule.c".

I think you missed the point of the dbm2.diff file.  It should be applied to
the Python 2.x code, not to Python 3.x.  I don't have access to the
necessary platform to run the test.

To summarize:

    * dbm.diff should be applied to the py3k branch (or to the 3.0rc3 release
      code).
    * dbm2.diff should be applied to the code on the trunk (or to the 2.6
      release code).

Skip
History
Date User Action Args
2008-12-02 18:12:38skip.montanarosetrecipients: + skip.montanaro, legerf
2008-12-02 18:12:37skip.montanarolinkissue4483 messages
2008-12-02 18:12:37skip.montanarocreate