]> granicus.if.org Git - python/commit
Issue #15765: Fix quirky NetBSD getcwd() behaviour.
authorTrent Nelson <trent@trent.me>
Wed, 29 Aug 2012 13:20:41 +0000 (09:20 -0400)
committerTrent Nelson <trent@trent.me>
Wed, 29 Aug 2012 13:20:41 +0000 (09:20 -0400)
commitda4277a739bab61e79dc4d064b1e1648ddd59150
tree6daf98ae796f894cca8901f72ed12797c5a2b58c
parent23d49d3e7e386bb2b26d5b944fc123f0f21ce0a6
Issue #15765: Fix quirky NetBSD getcwd() behaviour.

This is done by extending a previous fix for issue #9185 that was made for
Solaris and OpenBSD to NetBSD as well.
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c