Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #82900 > unrolled thread

missing os.lchmod, os.lchflags

Started byEthan Furman <ethan@stoneleaf.us>
First post2014-12-24 11:42 -0800
Last post2014-12-24 11:42 -0800
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  missing os.lchmod, os.lchflags Ethan Furman <ethan@stoneleaf.us> - 2014-12-24 11:42 -0800

#82900 — missing os.lchmod, os.lchflags

FromEthan Furman <ethan@stoneleaf.us>
Date2014-12-24 11:42 -0800
Subjectmissing os.lchmod, os.lchflags
Message-ID<mailman.17188.1419450189.18130.python-list@python.org>
According to the docs [1] these functions should be available as of 2.6, 
yet they are missing on a 2.7, 3.2, and 3.4 install (ubuntu 12.10 and 14.04)

Any ideas why?

--
~Ethan~

[1] https://docs.python.org/2/library/os.html#os.lchmod

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web