2020-11-26 23:24 UTC, Dima Pasechnik: > > the 2nd line should be > > locale.setlocale(locale.LC_ALL,'') > > (I don't know why you ended up with " instead of '' in the first > place, probably your keyboard has a setting that automatically > converts '' into ") > > HTML email is evil, too - I think it's clearly visible in > my original message that it was '', if viewed with a normal > terminal font :-)
Too late for this time, but next time this information is needed, one could ask to run this command (no trouble with quotes!): ``` sage: import locale sage: locale.setlocale(locale.LC_ALL, str()) ``` -- You received this message because you are subscribed to the Google Groups "sage-release" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-release/CAEcArF1B%2BWjHcqLAz0Amgk9j7z_Q80j6jW6jn8jvm_n%3DTG3uEA%40mail.gmail.com.
