diff options
author | Georg Brandl <georg@python.org> | 2009-04-27 16:20:50 +0000 |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-27 16:20:50 +0000 |
commit | e720c0aa74ca8e6cf350b808c6ca795e587ebf88 (patch) | |
tree | d98ed50657772424243a590928333f96a61bb525 /Doc/library/locale.rst | |
parent | c67d362a89fe6076120f6de706725c313f515122 (diff) | |
download | cpython-git-e720c0aa74ca8e6cf350b808c6ca795e587ebf88.tar.gz |
Merged revisions 72009 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72009 | georg.brandl | 2009-04-27 17:29:09 +0200 (Mo, 27 Apr 2009) | 3 lines
Demote warnings to notices where appropriate, following the goal that as few "red box" warnings
should clutter the docs as possible. Part 1: stuff that gets merged to Py3k.
........
Diffstat (limited to 'Doc/library/locale.rst')
-rw-r--r-- | Doc/library/locale.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/locale.rst b/Doc/library/locale.rst index da3a8437bb..f72a44a438 100644 --- a/Doc/library/locale.rst +++ b/Doc/library/locale.rst @@ -377,7 +377,7 @@ descriptions are taken from the corresponding description in the GNU C library. Return name of the n-th day of the week. - .. warning:: + .. note:: This follows the US convention of :const:`DAY_1` being Sunday, not the international convention (ISO 8601) that Monday is the first day of the week. @@ -413,7 +413,7 @@ descriptions are taken from the corresponding description in the GNU C library. Return a regular expression that can be used with the regex function to recognize a positive response to a yes/no question. - .. warning:: + .. note:: The expression is in the syntax suitable for the :cfunc:`regex` function from the C library, which might differ from the syntax used in :mod:`re`. |