Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3f79ed2b
Commit
3f79ed2b
authored
Dec 19, 2010
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix markup error and update suspicious file.
parent
96eaf252
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
Doc/library/email.message.rst
Doc/library/email.message.rst
+2
-2
Doc/tools/sphinxext/susp-ignored.csv
Doc/tools/sphinxext/susp-ignored.csv
+12
-0
No files found.
Doc/library/email.message.rst
View file @
3f79ed2b
...
@@ -274,10 +274,10 @@ Here are the methods of the :class:`Message` class:
...
@@ -274,10 +274,10 @@ Here are the methods of the :class:`Message` class:
it can be specified as a three tuple in the format
it can be specified as a three tuple in the format
``(CHARSET, LANGUAGE, VALUE)``, where ``CHARSET`` is a string naming the
``(CHARSET, LANGUAGE, VALUE)``, where ``CHARSET`` is a string naming the
charset to be used to encode the value, ``LANGUAGE`` can usually be set
charset to be used to encode the value, ``LANGUAGE`` can usually be set
to ``None`` or the empty string (see :
RFC
:`2231` for other possibilities),
to ``None`` or the empty string (see :
rfc
:`2231` for other possibilities),
and ``VALUE`` is the string value containing non-ASCII code points. If
and ``VALUE`` is the string value containing non-ASCII code points. If
a three tuple is not passed and the value contains non-ASCII characters,
a three tuple is not passed and the value contains non-ASCII characters,
it is automatically encoded in :
RFC
`2231` format using a ``CHARSET``
it is automatically encoded in :
rfc:
`2231` format using a ``CHARSET``
of ``utf-8`` and a ``LANGUAGE`` of ``None``.
of ``utf-8`` and a ``LANGUAGE`` of ``None``.
Here's an example::
Here's an example::
...
...
Doc/tools/sphinxext/susp-ignored.csv
View file @
3f79ed2b
...
@@ -331,3 +331,15 @@ library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Fra
...
@@ -331,3 +331,15 @@ library/configparser,,:path,python_dir: ${Frameworks:path}/Python/Versions/${Fra
library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
library/configparser,,:Python,python_dir: ${Frameworks:path}/Python/Versions/${Frameworks:Python}
library/pdb,,:lineno,[filename:lineno | bpnumber [bpnumber ...]]
library/pdb,,:lineno,[filename:lineno | bpnumber [bpnumber ...]]
library/pdb,,:lineno,filename:lineno
library/pdb,,:lineno,filename:lineno
library/logging,,:Watch,WARNING:root:Watch out!
library/logging,,:So,INFO:root:So should this
library/logging,,:Started,INFO:root:Started
library/logging,,:Doing,INFO:root:Doing something
library/logging,,:Finished,INFO:root:Finished
library/logging,,:Look,WARNING:root:Look before you leap!
library/logging,,:So,INFO:So should this
library/logging,,:logger,severity:logger name:message
library/logging,,:message,severity:logger name:message
whatsnew/3.2,,:directory,... ${buildout:directory}/downloads/dist
whatsnew/3.2,,:location,... zope9-location = ${zope9:location}
whatsnew/3.2,,:prefix,... zope-conf = ${custom:prefix}/etc/zope.conf
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment