Opened 3 years ago
Closed 2 years ago
#28744 closed defect (fixed)
py3: add bytes_to_str in Octave interface
Reported by: | gh-mwageringel | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | sage-9.0 |
Component: | interfaces: optional | Keywords: | octave |
Cc: | Merged in: | ||
Authors: | Markus Wageringel | Reviewers: | Frédéric Chapoton |
Report Upstream: | N/A | Work issues: | |
Branch: | 4ece2a7 (Commits, GitHub, GitLab) | Commit: | 4ece2a74fc48633e3a3d4fde0483f4f2a4f8c091 |
Dependencies: | Stopgaps: |
Description
This is a small fix for the Octave interface, which is currently completely broken with Python 3.
Change History (3)
comment:1 Changed 3 years ago by
- Branch set to u/gh-mwageringel/28744
- Commit set to 4ece2a74fc48633e3a3d4fde0483f4f2a4f8c091
- Status changed from new to needs_review
comment:2 Changed 3 years ago by
- Reviewers set to Frédéric Chapoton
- Status changed from needs_review to positive_review
ok, thx
comment:3 Changed 2 years ago by
- Branch changed from u/gh-mwageringel/28744 to 4ece2a74fc48633e3a3d4fde0483f4f2a4f8c091
- Resolution set to fixed
- Status changed from positive_review to closed
Note: See
TracTickets for help on using
tickets.
This makes all optional tests pass with Python 3 using Octave 3.8.2. (I admit it is old, but so is the interface.)
New commits:
28744: py3: add bytes_to_str in octave interface