File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -84,9 +84,9 @@ New library features
8484 write the output to a stream rather than returning a string ([ #48625 ] ).
8585* ` sizehint!(s, n) ` now supports an optional ` shrink ` argument to disable shrinking ([ #51929 ] ).
8686* New function ` Docs.hasdoc(module, symbol) ` tells whether a name has a docstring ([ #52139 ] ).
87- * Passing an IOBuffer as a stdout argument for Process spawn now works as
87+ * Passing an ` IOBuffer ` as a stdout argument for ` Process ` spawn now works as
8888 expected, synchronized with ` wait ` or ` success ` , so a ` Base.BufferStream ` is
89- no longer required there for correctness to avoid data- races ([ #TBD ] ).
89+ no longer required there for correctness to avoid data races ([ #52461 ] ).
9090* After a process exits, ` closewrite ` will no longer be automatically called on
9191 the stream passed to it. Call ` wait ` on the process instead to ensure the
9292 content is fully written, then call ` closewrite ` manually to avoid
You can’t perform that action at this time.
0 commit comments