diff options
author | Jesus Cea <jcea@jcea.es> | 2010-04-28 10:32:30 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2010-04-28 10:32:30 (GMT) |
commit | 616de77779fe9732b54d2c7cddfea62afff28a88 (patch) | |
tree | 5687add989ba28fa49c20f08819d5d41c8e734f8 /Misc | |
parent | 6a10281d3359de890519c23d0318742018c843a3 (diff) | |
download | cpython-616de77779fe9732b54d2c7cddfea62afff28a88.zip cpython-616de77779fe9732b54d2c7cddfea62afff28a88.tar.gz cpython-616de77779fe9732b54d2c7cddfea62afff28a88.tar.bz2 |
Issue #3928: Support 'os.mknod()' in Solaris
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -324,6 +324,8 @@ Extension Modules http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.8.4. This update drops support for Berkeley DB 4.0, and adds support for 4.8. +- Issue #3928: os.mknod() now available in Solaris, also. + - Issue #8142: Update libffi to the 3.0.9 release. - Issue #8300: When passing a non-integer argument to struct.pack with any |