Skip to content

Commit 08e88f9

Browse files
author
CI Build
committed
Correctly handle reading/writing pipes via file - make numBytes argument optional - open real pipe as file and store it if needed - fixes #661
1 parent d9250a4 commit 08e88f9

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 Jan 22, 2022.
130+
Last updated on Jan 28, 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 Jan 22, 2022.
225+
Last updated on Jan 28, 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
@@ -322,7 +322,7 @@ <h3>Navigation</h3>
322322
&#169; Copyright 2009 Google Inc. All Rights Reserved.
323323
© Copyright 2014 Altera Corporation. All Rights Reserved.
324324
© Copyright 2014-2021 John McGehee.
325-
Last updated on Jan 22, 2022.
325+
Last updated on Jan 28, 2022.
326326
</div>
327327
</body>
328328
</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 Jan 22, 2022.
142+
Last updated on Jan 28, 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 Jan 22, 2022.
214+
Last updated on Jan 28, 2022.
215215
</div>
216216
</body>
217217
</html>

master/modules.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ <h3>Navigation</h3>
12641264
&#169; Copyright 2009 Google Inc. All Rights Reserved.
12651265
© Copyright 2014 Altera Corporation. All Rights Reserved.
12661266
© Copyright 2014-2021 John McGehee.
1267-
Last updated on Jan 22, 2022.
1267+
Last updated on Jan 28, 2022.
12681268
</div>
12691269
</body>
12701270
</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 Jan 22, 2022.
108+
Last updated on Jan 28, 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 Jan 22, 2022.
96+
Last updated on Jan 28, 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 Jan 22, 2022.
1000+
Last updated on Jan 28, 2022.
10011001
</div>
10021002
</body>
10031003
</html>

0 commit comments

Comments
 (0)