#8000: Add # -*- coding: utf-8 -*- to the top of all SageNB .py files
------------------------+---------------------------------------------------
Reporter: mpatel | Owner: was
Type: defect | Status: new
Priority: major | Milestone: sage-4.3.1
Component: notebook | Keywords:
Author: | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
------------------------+---------------------------------------------------
Old description:
> Adding the pragma now to all Python files in SageNB should prevent the
> increasingly common docbuild errors
> {{{
> reading sources... [ 99%] sagenb/notebook/worksheet
> Sphinx error:
> 'utf8' codec can't decode bytes in position 420-422: invalid data
> }}}
> raised when we build the reference manual.
>
> This is partly a followup to #7249, I think.
New description:
Adding the pragma now to all Python files in SageNB may prevent some of
the increasingly common docbuild errors raised when we build the reference
manual.
--
Comment(by mpatel):
Actually, it seems that `# -*- coding: utf-8 -*-` was already at the top
of `worksheet.py`.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/8000#comment:4>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/sage-trac?hl=en.