Changes between Initial Version and Version 1 of Ticket #27630
- Timestamp:
- 04/09/19 15:26:16 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27630 – Description
initial v1 1 1 Fix current python3 failures in src.sage.symbolic.constants. 2 It's a simple str/char case. 2 It's a simple str/char case.\\ 3 constants_name_table use str as key and {{{py_get_constant}}} has 4 a 'byte/str' input causing the constant to not be found in python3.