[sage-release] Re: Sage 8.2.rc4 released

2018-04-25 Thread nbruin
On Wednesday, April 25, 2018 at 2:31:55 PM UTC-7, Steven Trogdon wrote:
> Is this a consequence of fixing the banner
> 
> 
> 
> LC_ALL=C ./sage
> SageMath version 8.2.rc4, Release Date: 2018-04-20
> 
> and thus no banner, or has it always been this way? I only noticed because I 
> had changed LC_ALL for some other purpose. I usually have LC_ALL unset with 
> the other LC_ variables set individually.

Yes, it is. With LC_ALL=C we get:

sage: print(sage.misc.banner.banner_text())
UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-69: 
ordinal not in range(128)

Previously, the banner was written into a file at build-time and displayed by 
"cat"ing that file, so the contents of the file didn't pass through a Python 
codec at runtime.

I think python is basically correct in doing this: if the locale is C then only 
ascii should be sent to the stdout, right?

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.


[sage-release] Re: Sage 8.2.rc4 released

2018-04-25 Thread Steven Trogdon
Is this a consequence of fixing the banner

LC_ALL=C ./sage
SageMath version 8.2.rc4, Release Date: 2018-04-20

and thus no banner, or has it always been this way? I only noticed because 
I had changed LC_ALL for some other purpose. I usually have LC_ALL unset 
with the other LC_ variables set individually.

On Friday, April 20, 2018 at 3:28:15 PM UTC-5, Volker Braun wrote:
>
> As always, you can get the latest beta version from the "develop" git 
> branch. Alternatively, the self-contained source tarball is at 
> http://www.sagemath.org/download-latest.html
>
> This should be the last rc, so if you want to test it now is the right 
> time!
>
> f46abe6c0e (tag: 8.2.rc4, trac/develop) Updated SageMath version to 8.2.rc4
> 88f80f584b Trac #25217: Fix test regression in banner()
> cee7c1d6d3 Trac #25196: sage -gdb abort
> 8fc1b6ad67 Trac #25177: cython() does not work in Jupyter
> b47963fb84 Trac #25078: ./sage -f sagelib no longer works
> a9d274b933 (tag: 8.2.rc3) Updated SageMath version to 8.2.rc3
>
>

-- 
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 sage-release+unsubscr...@googlegroups.com.
To post to this group, send email to sage-release@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.