Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 96 for ASCII (0.105 sec.)
What's New in Python 2.0 — Python 3.6.5 ドキュメント 5962
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 型、Unicode 文字列です。Unicode は文字を表現するのに ASCII で使用される 8 ビット数の代わりに 16 ビットを使いま ... encoding. Encodings are named by strings, such as 'ascii' , 'utf-8' , 'iso-8859-1' , or whatever. A codec A ... t specified, the default encoding is usually 7-bit ASCII, though it can be changed for your Python installa ... 字列と Unicode 文字列を結合すると常に、デフォルトの ASCII エンコーディングを使って Unicode に型変換されます。 ...
https://man.plustar.jp/python/whatsnew/2.0.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 5962
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... d by Mark Dickinson; bpo-4910 .) 非推奨の関数 PyOS_ascii_strtod() および PyOS_ascii_atof() を置き換えるため ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
urllib パッケージを使ってインターネット上のリソースを取得するには — Python 3.6.... 5909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python HOWTO » urll ... rse . urlencode ( values ) data = data . encode ( 'ascii' ) # data should be bytes req = urllib . request . ... rse . urlencode ( values ) data = data . encode ( 'ascii' ) req = urllib . request . Request ( url , data , ...
https://man.plustar.jp/python/howto/urllib2.html - [similar]
19.1.7. email.contentmanager: MIME 内容の管理 — Python 3.6.5 ドキュメント 5909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... fying a cte of 7bit for an input that contains non-ASCII values), raise a ValueError . For str objects, if ...
https://man.plustar.jp/python/library/email.contentmanager.html - [similar]
34.2. msvcrt --- MS VC++実行時システムの有用なルーチン群 — Python 3.6.5 ドキュ... 5909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... のコンソールI/O APIを実装しています。通常版の API は ASCII 文字列のためのもので、国際化アプリケーションでは利 ...
https://man.plustar.jp/python/library/msvcrt.html - [similar]
4. その他の制御フローツール — Python 3.6.5 ドキュメント 5909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python チュートリア ... な場合でも、Python のデフォルト UTF-8 またはプレーン ASCII が最も上手くいきます。 同様に、ほんの少しでも他の言 ... を読んだりメンテナンスする可能性があるのであれば、非 ASCII 文字も識別子に使うべきではありません。 脚注 [1] 実 ...
https://man.plustar.jp/python/tutorial/controlflow.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 5909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ことでしょう。またこれは、 2.x コードが文字列として ASCII 文字と 8 ビットバイトのどちらを意図しているのか知る ... セットです。 このモジュールに今のところ含まれるのは: ascii(obj) : 2.x の repr() と同じことをします。Python 3. ... pr() は Unicode 文字列を返すようになっていて、一方 ascii() は純粋な ASCII バイト文字列を返します。 filter(p ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 5909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... er a suggestion by Senthil Kumaran; bpo-5142 .) binascii モジュールが buffer API をサポートするようになり、 ... string_to_double() 関数が追加されました。古い PyOS_ascii_strtod() および PyOS_ascii_atof() は、非推奨となり ... うになりました。( bpo-5080 ) 非推奨となった古い PyOS_ascii_strtod() および PyOS_ascii_atof() 関数の代わりに、 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 5909
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... v and INADA Naoki in bpo-26081 and bpo-28544 .) binascii ¶ The b2a_base64() function now accepts an optiona ... nce improvements and reduced memory footprint. The ASCII decoder is now up to 60 times as fast for error ha ... (Contributed by Victor Stinner in bpo-24870 ). The ASCII and the Latin1 encoders are now up to 3 times as f ... 能の削除 ¶ Unknown escapes consisting of '\' and an ASCII letter in regular expressions will now cause an er ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
例外処理 — Python 3.6.5 ドキュメント 5844
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ormat() の引数と同じ意味を持っています。 format は ASCII エンコードされた文字列です。 PyObject * PyErr_Form ... のに PyUnicode_FromFormat() を使用します。 format は ASCII にエンコードされた文字列です。 バージョン 3.2 で追 ...
https://man.plustar.jp/python/c-api/exceptions.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT