summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_errno.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-02-05 17:05:54 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-02-05 17:05:54 (GMT)
commitbb445a1f22835b97673f96da8f9edc75b69f5f2c (patch)
treef3d399d134896edc68edb46d5c761c385bbb20fe /Lib/test/test_errno.py
parent007a618a38d0c4dac9182fed9b22f3caf55dd1ea (diff)
downloadcpython-bb445a1f22835b97673f96da8f9edc75b69f5f2c.zip
cpython-bb445a1f22835b97673f96da8f9edc75b69f5f2c.tar.gz
cpython-bb445a1f22835b97673f96da8f9edc75b69f5f2c.tar.bz2
Issue #5677: Explicitly forbid write operations on read-only file objects,
and read operations on write-only file objects. On Windows, the system C library would return a bogus result; on Solaris, it was possible to crash the interpreter. Patch by Stefan Krah.
Diffstat (limited to 'Lib/test/test_errno.py')
0 files changed, 0 insertions, 0 deletions
bug_3600057_85 Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/library/msgs/en_nz.msg
blob: b419017a91d9e3db7435c34a68bd54a224454bf9 (plain)
1
2
3
4
5
6
7
# created by tools/loadICU.tcl -- do not edit
namespace eval ::tcl::clock {
    ::msgcat::mcset en_NZ DATE_FORMAT "%e/%m/%Y"
    ::msgcat::mcset en_NZ TIME_FORMAT "%H:%M:%S"
    ::msgcat::mcset en_NZ TIME_FORMAT_12 "%I:%M:%S %P %z"
    ::msgcat::mcset en_NZ DATE_TIME_FORMAT "%e/%m/%Y %H:%M:%S %z"
}