Skip to content

Commit

Permalink
add NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
t-kalinowski committed Sep 4, 2024
1 parent dc4feb8 commit e92d3a0
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,14 @@

- `as.character()` method for `python.builtin.bytes` gains a `nul` argument,
allowing for convenient handling of embedded NULs in the string. (#1652)

- New `as.character()` method for `python.builtin.str` with support for handling
embedded NULs in strings. (#1653)

- Fixed an error where opening a Python subprocess in Positron on Windows
resulted in "OSError: [WinError 6] The handle is invalid."
(#1658, posit-dev/positron#4457)

# reticulate 1.38.0

- Python Exceptions converted to R conditions are now R lists instead
Expand Down

0 comments on commit e92d3a0

Please sign in to comment.