@@ -11,7 +11,7 @@ msgid ""
11
11
msgstr ""
12
12
"Project-Id-Version :Python 3.8\n "
13
13
"Report-Msgid-Bugs-To :\n "
14
- "POT-Creation-Date :2021-01-01 16:06 +0000\n "
14
+ "POT-Creation-Date :2021-01-06 16:09 +0000\n "
15
15
"PO-Revision-Date :2020-05-30 12:10+0000\n "
16
16
"Last-Translator :tomo, 2020\n "
17
17
"Language-Team :Japanese (https://www.transifex.com/python-doc/teams/5390/ja/)\n "
@@ -1436,34 +1436,10 @@ msgstr ""
1436
1436
"オブジェクトはコンテキストマネージャーとして利用して、トランザクションを自動的にコミットしたりロールバックすることができます。例外が発生したときにトランザクションはロールバックされ、それ以外の場合、トランザクションはコミットされます:"
1437
1437
1438
1438
#: ../../library/sqlite3.rst:1097
1439
- msgid "Common issues"
1440
- msgstr "既知の問題"
1441
-
1442
- #: ../../library/sqlite3.rst:1100
1443
- msgid "Multithreading"
1444
- msgstr "マルチスレッド"
1445
-
1446
- #: ../../library/sqlite3.rst:1102
1447
- msgid ""
1448
- "Older SQLite versions had issues with sharing connections between threads. "
1449
- "That's why the Python module disallows sharing connections and cursors "
1450
- "between threads. If you still try to do so, you will get an exception at "
1451
- "runtime."
1452
- msgstr ""
1453
- "古いバージョンの SQLite はスレッド間でのコネクションの共有に問題がありました。その理由は、Python "
1454
- "のモジュールではスレッド間のコネクションとカーソルの共有ができないためです。依然としてそのようなことをしようとすると、実行時に例外を受け取るでしょう。"
1455
-
1456
- #: ../../library/sqlite3.rst:1106
1457
- msgid ""
1458
- "The only exception is calling the :meth:`~Connection.interrupt` method, "
1459
- "which only makes sense to call from a different thread."
1460
- msgstr "唯一の例外は :meth:`~Connection.interrupt` メソッドで、これだけが異なるスレッドから呼び出せます。"
1461
-
1462
- #: ../../library/sqlite3.rst:1110
1463
1439
msgid "Footnotes"
1464
1440
msgstr "脚注"
1465
1441
1466
- #: ../../library/sqlite3.rst:1111
1442
+ #: ../../library/sqlite3.rst:1098
1467
1443
msgid ""
1468
1444
"The sqlite3 module is not built with loadable extension support by default, "
1469
1445
"because some platforms (notably Mac OS X) have SQLite libraries which are "