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 petri.lehtinen
Recipients jcon, nadeem.vawda, neologix, petri.lehtinen, pitrou, rich-noir
Date 2011-06-05.18:24:48
SpamBayes Score 3.1104448e-06
Marked as misclassified No
Message-id <20110605182444.GC1788@ihaa>
In-reply-to <1307272971.79.0.274030994244.issue12021@psf.upfronthosting.co.za>
Content
Antoine Pitrou wrote:
> I'm not sure about the original reason, but I find None as the default "omitted" value prettier than -1 myself, so I think it's a good thing :)

Yeah, and it's also good for consistency with other file-like objects.

Can I use _PyIO_ConvertSsize_t? Or should I duplicate its
functionality in mmapmodule.c?
History
Date User Action Args
2011-06-05 18:24:48petri.lehtinensetrecipients: + petri.lehtinen, pitrou, nadeem.vawda, neologix, jcon, rich-noir
2011-06-05 18:24:48petri.lehtinenlinkissue12021 messages
2011-06-05 18:24:48petri.lehtinencreate