Martin v. Löwis <[email protected]> added the comment: Am 19.10.2010 06:58, schrieb Raymond Hettinger: > > Raymond Hettinger <[email protected]> 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue10142> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
