Skip to content

Commit 8967822

Browse files
author
CI Build
committed
Change pathlib.Path.owner()/group() to behave like real os - both methods now look up the real user/group name for the user/group id that is associated with the fake file - assumes a valid user and group id is set - closes #678
1 parent 4d82ae4 commit 8967822

10 files changed

+9
-9
lines changed

master/api.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ <h3>Navigation</h3>
127127
&#169; Copyright 2009 Google Inc. All Rights Reserved.
128128
© Copyright 2014 Altera Corporation. All Rights Reserved.
129129
© Copyright 2014-2021 John McGehee.
130-
Last updated on May 31, 2022.
130+
Last updated on Jun 07, 2022.
131131
</div>
132132
</body>
133133
</html>

master/autopatch.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ <h3>Navigation</h3>
222222
&#169; Copyright 2009 Google Inc. All Rights Reserved.
223223
© Copyright 2014 Altera Corporation. All Rights Reserved.
224224
© Copyright 2014-2021 John McGehee.
225-
Last updated on May 31, 2022.
225+
Last updated on Jun 07, 2022.
226226
</div>
227227
</body>
228228
</html>

master/doctrees/environment.pickle

0 Bytes
Binary file not shown.

master/genindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ <h3>Navigation</h3>
324324
&#169; Copyright 2009 Google Inc. All Rights Reserved.
325325
© Copyright 2014 Altera Corporation. All Rights Reserved.
326326
© Copyright 2014-2021 John McGehee.
327-
Last updated on May 31, 2022.
327+
Last updated on Jun 07, 2022.
328328
</div>
329329
</body>
330330
</html>

master/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ <h3>Navigation</h3>
139139
&#169; Copyright 2009 Google Inc. All Rights Reserved.
140140
© Copyright 2014 Altera Corporation. All Rights Reserved.
141141
© Copyright 2014-2021 John McGehee.
142-
Last updated on May 31, 2022.
142+
Last updated on Jun 07, 2022.
143143
</div>
144144
</body>
145145
</html>

master/intro.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ <h3>Navigation</h3>
211211
&#169; Copyright 2009 Google Inc. All Rights Reserved.
212212
© Copyright 2014 Altera Corporation. All Rights Reserved.
213213
© Copyright 2014-2021 John McGehee.
214-
Last updated on May 31, 2022.
214+
Last updated on Jun 07, 2022.
215215
</div>
216216
</body>
217217
</html>

master/modules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1277,7 +1277,7 @@ <h3>Navigation</h3>
12771277
&#169; Copyright 2009 Google Inc. All Rights Reserved.
12781278
© Copyright 2014 Altera Corporation. All Rights Reserved.
12791279
© Copyright 2014-2021 John McGehee.
1280-
Last updated on May 31, 2022.
1280+
Last updated on Jun 07, 2022.
12811281
</div>
12821282
</body>
12831283
</html>

master/py-modindex.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ <h3>Navigation</h3>
105105
&#169; Copyright 2009 Google Inc. All Rights Reserved.
106106
© Copyright 2014 Altera Corporation. All Rights Reserved.
107107
© Copyright 2014-2021 John McGehee.
108-
Last updated on May 31, 2022.
108+
Last updated on Jun 07, 2022.
109109
</div>
110110
</body>
111111
</html>

master/search.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h3>Navigation</h3>
9393
&#169; Copyright 2009 Google Inc. All Rights Reserved.
9494
© Copyright 2014 Altera Corporation. All Rights Reserved.
9595
© Copyright 2014-2021 John McGehee.
96-
Last updated on May 31, 2022.
96+
Last updated on Jun 07, 2022.
9797
</div>
9898
</body>
9999
</html>

master/usage.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -997,7 +997,7 @@ <h3>Navigation</h3>
997997
&#169; Copyright 2009 Google Inc. All Rights Reserved.
998998
© Copyright 2014 Altera Corporation. All Rights Reserved.
999999
© Copyright 2014-2021 John McGehee.
1000-
Last updated on May 31, 2022.
1000+
Last updated on Jun 07, 2022.
10011001
</div>
10021002
</body>
10031003
</html>

0 commit comments

Comments
 (0)