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