Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 37 for strict (0.019 sec.)
What's New In Python 3.4 — Python 3.6.5 ドキュメント 7308
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... uted by Ezio Melotti in bpo-13633 .) HTMLParser の strict 引数が非推奨となりました。 (Contributed by Ezio Me ... _CHECK_LEAF , VERIFY_CRL_CHECK_CHAIN , VERIFY_X509_STRICT を組み合わせてセットします。OpenSSL は頼まない限り ... ないでください。これは内部用です。---) HTMLParser の strict 引数は非推奨です。 plistlib モジュールに追加された ... bpo-15641 .) HTTPConnection と HTTPSConnection の strict 引数は削除されました。 HTTP 0.9 スタイルの 「Simpl ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
codec レジストリとサポート関数 — Python 3.6.5 ドキュメント 7198
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... 検索します。特別な場合として、 NULL が渡された場合、"strict" のエラーハンドリングコールバック関数を返します。 ... PyObject * PyCodec_StrictErrors ( PyObject *exc ) ¶ exc を例外として発生させ ...
https://man.plustar.jp/python/c-api/codec.html - [similar]
19.2. json --- JSON エンコーダおよびデコーダ — Python 3.6.5 ドキュメント 7198
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... loat=None , parse_int=None , parse_constant=None , strict=True , object_pairs_hook=None ) ¶ 単純な JSON デコ ... N 数値に遭遇したときに例外を送出するのに使えます。 strict が false (デフォルトは True ) の場合、制御文字を文 ...
https://man.plustar.jp/python/library/json.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 7198
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... : ftp.login() ftp.dir() '230 Anonymous login ok, restrictions apply.' dr-xr-xr-x 9 ftp ftp 154 May 6 10:43 . ... 0.9 simple responses) はもうサポートされず、また、 strict パラメータは全てのクラスで非推奨となりました。 HTT ... ハンドラ引数を無視することはありません。デフォルトの strict モードでは、デコード出来ないバイト列に対して Unico ... CS コーデックはエラーハンドラとして、デコードでの 'strict' と 'ignore' 、エンコードでの 'strict' と 'replace ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 7198
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ncoder = codecs . getincrementalencoder ( 'hz' )( 'strict' ) >>> b '' . join ( encoder . encode ( x ) for x ... haaf in bpo-3709 .) http.server が正当な HTML 4.01 strict 出力を生成するようになりました。 (Contributed by E ... 析出来るようになりました。これによりコンストラクタの strict 引数と HTMLParseError 例外が撤廃されました。この壊 ... から非推奨となっていた、 email.parser.Parser への strict 引数はついに削除されました。 非推奨となっていたメソ ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
29.1. sys --- システムパラメータと関数 — Python 3.6.5 ドキュメント 7103
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... e) がエラーハンドラを sys.stdout.errors (おそらく 'strict' ) として sys.stdout.encoding にエンコードできない ... text = bytes . decode ( sys . stdout . encoding , 'strict' ) sys . stdout . write ( text ) sys . stdout . wr ...
https://man.plustar.jp/python/library/sys.html - [similar]
What's New In Python 3.5 — Python 3.6.5 ドキュメント 7103
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ロケール) のとき、 sys.stdin および sys.stdout は strict エラーハンドラではなく surrogateescape を使うように ... tinner in bpo-21205 .) 非推奨だった HTMLParser の "strict" モードが削除されました。つまりソースコード上から ... HTMLParser クラスの "strict" 引数、 HTMLParser.error() メソッド、 HTMLParserEr ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
2. 組み込み関数 — Python 3.6.5 ドキュメント 7008
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ラーハンドラの名前には、以下のようなものがあります: 'strict' はエンコーディングエラーがあると例外 ValueError を ... lass str ( object=b'' , encoding='utf-8' , errors='strict' ) object の str 版を返します。詳細は str() を参照 ...
https://man.plustar.jp/python/library/functions.html - [similar]
21.15. imaplib --- IMAP4 プロトコルクライアント — Python 3.6.5 ドキュメント 7008
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... on and IMAP clients and servers are supposed to be strict, imaplib nonetheless continues to allow such tags ...
https://man.plustar.jp/python/library/imaplib.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 7008
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... mpared only within each of their types, with the restriction that ranges do not support order comparison. Eq ... lements. This approach yields the same result as a strict element comparison would, if the compared elements ... flexive elements, the result is different than for strict element comparison, and may be surprising: The non ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
PREV 1 2 3 4 NEXT