summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-11-17 19:05:12 (GMT)
committerFred Drake <fdrake@acm.org>2000-11-17 19:05:12 (GMT)
commit2ed27d3189783966a915181f9013b808a20d2c6b (patch)
treec6fc8387131445c46ae623e02b98840411cc8aa7 /Doc/ref
parentaa126e1e21e837678310c456a0f656276106ec03 (diff)
downloadcpython-2ed27d3189783966a915181f9013b808a20d2c6b.zip
cpython-2ed27d3189783966a915181f9013b808a20d2c6b.tar.gz
cpython-2ed27d3189783966a915181f9013b808a20d2c6b.tar.bz2
Note that readframes() returns data in linear format, even if the original
is encoded in u-LAW format. Based on suggestion from Anthony Baxter <anthony_baxter@users.sourceforge.net>. This closes bug #122273.
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref2.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/ref/ref2.tex b/Doc/ref/ref2.tex
index 64853fb..8ff448d 100644
--- a/Doc/ref/ref2.tex
+++ b/Doc/ref/ref2.tex
@@ -395,6 +395,12 @@ concatenate string expressions at run time. Also note that literal
concatenation can use different quoting styles for each component
(even mixing raw strings and triple quoted strings).
+
+\subsection{Unicode literals \label{unicode}}
+
+XXX explain more here...
+
+
\subsection{Numeric literals\label{numbers}}
There are four types of numeric literals: plain integers, long