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 loewis
Recipients jcea, loewis, pitrou, rhettinger
Date 2010-10-19.22:20:48
SpamBayes Score 0.0012888358
Marked as misclassified No
Message-id <4CBE19BF.1070309@v.loewis.de>
In-reply-to <1287464290.58.0.227705215514.issue10142@psf.upfronthosting.co.za>
Content
Am 19.10.2010 06:58, schrieb Raymond Hettinger:
> 
> Raymond Hettinger <rhettinger@users.sourceforge.net> added the
> comment:
> 
> Martin, any thoughts on adding a ZFS dependent feature?  ISTM this
> Solaris feature hasn't taken hold elsewhere and it may be a mistake
> to immortalize it in Python.

There isn't any specific patch to review yet. However, Python has
a long tradition of exposing all symbolic constants that users have
asked for, and these are no different (e.g. how many systems support
EX_SOFTWARE, or ENOTACTIVE). As long as it's just new constants, and
as long as they are guarded with an ifdef, no approval is necessary
for adding them.
History
Date User Action Args
2010-10-19 22:20:50loewissetrecipients: + loewis, rhettinger, jcea, pitrou
2010-10-19 22:20:48loewislinkissue10142 messages
2010-10-19 22:20:48loewiscreate