Skip to content

Commit 64e62e5

Browse files
Get changes from CPython Doc for 3.12
1 parent b1b5651 commit 64e62e5

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

c-api/hash.po

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# SOME DESCRIPTIVE TITLE.
2+
# Copyright (C) 2001-2024, Python Software Foundation
3+
# This file is distributed under the same license as the Python package.
4+
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5+
#
6+
#, fuzzy
7+
msgid ""
8+
msgstr ""
9+
"Project-Id-Version: Python 3.12\n"
10+
"Report-Msgid-Bugs-To: \n"
11+
"POT-Creation-Date: 2024-02-22 17:58+0000\n"
12+
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13+
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14+
"Language-Team: LANGUAGE <[email protected]>\n"
15+
"MIME-Version: 1.0\n"
16+
"Content-Type: text/plain; charset=UTF-8\n"
17+
"Content-Transfer-Encoding: 8bit\n"
18+
19+
#: c-api/hash.rst:4
20+
msgid "PyHash API"
21+
msgstr ""
22+
23+
#: c-api/hash.rst:6
24+
msgid "See also the :c:member:`PyTypeObject.tp_hash` member."
25+
msgstr ""
26+
27+
#: c-api/hash.rst:10
28+
msgid "Hash value type: signed integer."
29+
msgstr ""
30+
31+
#: c-api/hash.rst:16
32+
msgid "Hash value type: unsigned integer."
33+
msgstr ""
34+
35+
#: c-api/hash.rst:23
36+
msgid "Hash function definition used by :c:func:`PyHash_GetFuncDef`."
37+
msgstr ""
38+
39+
#: c-api/hash.rst:31
40+
msgid "Hash function name (UTF-8 encoded string)."
41+
msgstr ""
42+
43+
#: c-api/hash.rst:35
44+
msgid "Internal size of the hash value in bits."
45+
msgstr ""
46+
47+
#: c-api/hash.rst:39
48+
msgid "Size of seed input in bits."
49+
msgstr ""
50+
51+
#: c-api/hash.rst:46
52+
msgid "Get the hash function definition."
53+
msgstr ""
54+
55+
#: c-api/hash.rst:49
56+
msgid ":pep:`456` \"Secure and interchangeable hash algorithm\"."
57+
msgstr ""

0 commit comments

Comments
 (0)