Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 31 - 36 of about 36 for date (0.017 sec.)
Logging HOWTO — Python 3.6.5 ドキュメント 6973
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » Logg ... when this event was logged. The default format for date/time display (shown above) is ISO8601. If you need ... more control over the formatting of the date/time, provide a datefmt argument to basicConfig , ... sicConfig ( format = ' %(asctime)s %(message)s ' , datefmt = '%m/ %d /%Y %I:%M:%S %p' ) logging . warning ... 12/2010 11:46:36 AM is when this event was logged. datefmt 引数のフォーマットは、 time.strftime() でサポー ...
https://man.plustar.jp/python/howto/logging.html - [similar]
19.1.4. email.policy: ポリシーオブジェクト — Python 3.6.5 ドキュメント 6973
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... upports custom parsing for the various address and date RFC 5322 header field types, and the major MIME he ...
https://man.plustar.jp/python/library/email.policy.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 6910
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... keys() みたいな列挙系はいかがでしょう? copy() と update() は? オブジェクトを巡回するのに iter() で出来ます ... ようになっています: intersection() , intersection_update() , union() , update() , difference() , difference ... _update() です。 >>> s = set ( '1234567890' ) >>> s . inte ... Original optimization implemented by Armin Rigo, updated for Python 2.6 by Kevin Jacobs; bpo-1700288 .) デ ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
18.2. ssl --- ソケットオブジェクトに対する TLS/SSL ラッパー — Python 3.6.5 ドキ... 6846
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... るかどうかと、証明書が提供された場合にそれを検証(validate)するかどうかを指定します。これは次の3つの定数のどれ ... 4:43 2018 GMT" ) >>> timestamp 1515144883 >>> from datetime import datetime >>> print ( datetime . utcfrom ... is received from the other end, no attempt to validate it is made. このドキュメントの下の方の、 セキュリテ ... 4 ) . split ( b " \r\n " )) [b'HTTP/1.1 200 OK', b'Date: Sat, 18 Oct 2014 18:27:20 GMT', b'Server: nginx', ...
https://man.plustar.jp/python/library/ssl.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 6846
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... >>> a . add ( 'z' ) # add a new element >>> a . update ( 'wxy' ) # add multiple new elements >>> a set([' ... 囲むことが出来るようになりました ( PEP 328 ). dict.update() メソッドが dict コンストラクタと同じ形式の引数を ... 換える計画です。この目的のために、 email.utils.formatdate() が、 rfc822.formatdate() の置き換えとして使えるよ ... 返すようになりました。 You can no longer compare the date and datetime instances provided by the datetime mo ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 6846
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... erhiy Storchaka in bpo-23171 .) curses ¶ The new update_lines_cols() function updates the LINES and COLS e ... x Gaynor in bpo-22366 .) The parse.urljoin() was updated to use the RFC 3986 semantics for the resolution ... t を返さずに Morsel インスタンスを返すようにし、 update() は更新する辞書内のいずれかのキーが不正(訳注: RFC ... 2109 として不正なキーのことで、update 以外のインターフェイスでは変更前も拒絶される)であれ ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
PREV 1 2 3 4 NEXT