Oddly, os.getcwd() and os.getcwdu() both still exist in Python 3.0.
It is dropped, and os.getcwdb() has been added.
Regards,
Martin
Since the behavior is now identical it seems os.getcwdu() should be
dropped.
dropped.
Regards,
Martin
Comment