~ubuntu-branches/ubuntu/karmic/python3.0/karmic

« back to all changes in this revision

Viewing changes to Modules/zlibmodule.c

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2009-02-16 17:18:23 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090216171823-1d5cm5qnnjvmnzzm
Tags: 3.0.1-0ubuntu1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
977
977
    0,                              /*tp_print*/
978
978
    0,                              /*tp_getattr*/
979
979
    0,                              /*tp_setattr*/
980
 
    0,                              /*tp_compare*/
 
980
    0,                              /*tp_reserved*/
981
981
    0,                              /*tp_repr*/
982
982
    0,                              /*tp_as_number*/
983
983
    0,                              /*tp_as_sequence*/
1008
1008
    0,                              /*tp_print*/
1009
1009
    0,                              /*tp_getattr*/
1010
1010
    0,                              /*tp_setattr*/
1011
 
    0,                              /*tp_compare*/
 
1011
    0,                              /*tp_reserved*/
1012
1012
    0,                              /*tp_repr*/
1013
1013
    0,                              /*tp_as_number*/
1014
1014
    0,                              /*tp_as_sequence*/