Changes between Initial Version and Version 1 of Ticket #22756, comment 23
- Timestamp:
- 04/07/17 03:52:44 (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22756, comment 23
initial v1 1 1 If I do `./sage --sh` and then run `python3`, I don't get any errors if I execute the command `open('README.rst').read()` on the `README.rst` file from `fpylll`. 2 3 Edit: also no errors if I execute `open('README.rst', encoding='ascii').read()`, `open('README.rst', encoding='utf8').read()`, `open('README.rst', encoding='latin1').read()`