Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 61 for added (0.024 sec.)
What's New In Python 3.6 — Python 3.6.5 ドキュメント 15916
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... セキュリティの改善: The new secrets module has been added to simplify the generation of cryptographically st ... X_PATH limitation for details. A ._pth file can be added to force isolated mode and fully specify all searc ... sted on Linux and macOS. Additional markers may be added in the future. (Contributed by Łukasz Langa in bpo ... 492 . ast ¶ The new ast.Constant AST node has been added. It can be used by external AST optimizers for the ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 11784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 'NUM' , default = 0 , help = 'display NUM lines of added context' ) # Allow any number of additional argume ... ILE instead of stdout - C NUM display NUM lines of added context optparse と同じく、コマンドラインスイッチと ... により、場合によっては10倍レベルの高速化になります。(Added by Florent Xicluna; bpo-7462 and bpo-7622 .) pickl ... み出し専用の属性 maxlen を持ちます。 (Both features added by Raymond Hettinger.) namedtuple クラスにオプショ ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
19.1.10. email.mime: メールと MIME オブジェクトを一から作成 — Python 3.6.5 ドキ... 9784
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... に設定される) を追加します。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.no ... ーワード辞書になっています。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.ap ... ラクタにそのまま渡されます。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.au ... ラクタにそのまま渡されます。 バージョン 3.6 で変更: Added policy keyword-only parameter. class email.mime.im ...
https://man.plustar.jp/python/library/email.mime.html - [similar]
19.1.1. email.message: 電子メールメッセージの表現 — Python 3.6.5 ドキュメント 9291
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... red in the original message, or in which they were added to the message later. Any header deleted and then ... re-added is always appended to the end of the header list. ... thon identifiers). Normally, the parameter will be added as key="value" unless the value is None , in which ... case only the key will be added. If the value contains non-ASCII characters, the c ...
https://man.plustar.jp/python/library/email.message.html - [similar]
27.2. faulthandler --- Python tracebackのダンプ — Python 3.6.5 ドキュメント 8653
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のスレッドのみダンプします。 バージョン 3.5 で変更: Added support for passing file descriptor to this functi ... sue with file descriptors . バージョン 3.5 で変更: Added support for passing file descriptor to this functi ... ている場合は利用できません。 バージョン 3.5 で変更: Added support for passing file descriptor to this functi ... . Windowsでは利用不可です。 バージョン 3.5 で変更: Added support for passing file descriptor to this functi ...
https://man.plustar.jp/python/library/faulthandler.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 8276
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... t manager, raw_data_manager , although more may be added in the future. raw_data_manager is the content_man ... a rich set of options for controlling the headers added to a part and controlling the content transfer enc ... ute), add the headers to msg . 脚注 [1] Originally added in 3.4 as a provisional module 関連キーワード: Non ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
13.5. zipfile --- ZIP アーカイブの処理 — Python 3.6.5 ドキュメント 8030
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... to an existing ZIP file, then additional files are added to it. If file does not refer to a ZIP file, then ... .py , and just the (corresponding *.pyc ) file is added at the top level (no path information). If pathnam ... a package directory, then all the files *.pyc are added at the top level. If the directory is a package di ... rectory, then all *.pyc are added under the package name as a file path, and if any ...
https://man.plustar.jp/python/library/zipfile.html - [similar]
19.1.5. email.errors: 例外及び欠陥クラス — Python 3.6.5 ドキュメント 7914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... while parsing messages. Note that the defects are added to the message where the problem was found, so for ... es, the padding was not correct. Enough padding is added to perform the decode, but the resulting decoded b ...
https://man.plustar.jp/python/library/email.errors.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 7914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... 許される最大の数を返します。 Called when a header is added to an EmailMessage or Message object. If the retur ... the number of instances of that header that may be added to a Message programmatically. (The limit is not o ... pes. Support for additional custom parsing will be added in the future. content_manager ¶ An object with at ... 挙動との後方互換性を提供します。 脚注 [1] Originally added in 3.3 as a provisional feature . 関連キーワード: ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
21.12. http.client --- HTTP プロトコルクライアント — Python 3.6.5 ドキュメント 7914
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... a request body, one of those header fields will be added automatically. If body is None , the Content-Lengt ... k-encoded. 注釈 Chunked transfer encoding has been added to the HTTP protocol version 1.1. Unless the HTTP ... now chunk-encoded. The encode_chunked argument was added. No attempt is made to determine the Content-Lengt ... encoding support. The encode_chunked parameter was added. HTTPConnection. send ( data ) ¶ サーバにデータを送 ...
https://man.plustar.jp/python/library/http.client.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT