Re: confusion with os.chmod() and follow_symlinks

2019-02-22 Thread Peter Otten
Karsten Hilbert wrote: > Am I confused ? > > ncq@hermes:~$ python3 > Python 3.7.2+ (default, Feb 2 2019, 14:31:48) > [GCC 8.2.0] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> import os > >>> print(os.supports_follow_symlinks) > {, , access>, , } >>>

RE: confusion with os.chmod() and follow_symlinks

2019-02-22 Thread David Raymond
bert Sent: Friday, February 22, 2019 3:46 PM To: python-list@python.org Subject: Re: confusion with os.chmod() and follow_symlinks On Fri, Feb 22, 2019 at 09:21:07PM +0100, Karsten Hilbert wrote: > Am I confused ? > > ncq@hermes:~$ python3 > Python 3.7.2+ (default, Feb 2 20

Re: confusion with os.chmod() and follow_symlinks

2019-02-22 Thread Karsten Hilbert
On Fri, Feb 22, 2019 at 09:21:07PM +0100, Karsten Hilbert wrote: > Am I confused ? > > ncq@hermes:~$ python3 > Python 3.7.2+ (default, Feb 2 2019, 14:31:48) > [GCC 8.2.0] on linux > Type "help", "copyright", "credits" or "license" for more information. > >>> import