Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 105 for UNICODE (0.025 sec.)
19.1.8. email: 使用例 — Python 3.6.5 ドキュメント 6000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... oth the text content and the addresses may contain unicode characters): # Import smtplib for the actual sendi ... ctionary, and any non-ASCII will # be converted to unicode: print ( 'To:' , msg [ 'to' ]) print ( 'From:' , m ...
https://man.plustar.jp/python/library/email.examples.html - [similar]
21.8. urllib.parse --- URL を解析して構成要素にする — Python 3.6.5 ドキュメント 6000
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... よび errors はパーセントエンコードされたシーケンスを Unicode 文字にデコードする方法を指定します。これは bytes.d ... よび errors はパーセントエンコードされたシーケンスを Unicode 文字にデコードする方法を指定します。これは bytes.d ... 場合、 TypeError が、非 ASCII バイト値が渡された場合 UnicodeDecodeError が送出されます。 str と bytes 間で容易に ... のデフォルトは 'strict' で、非サポート文字があると UnicodeEncodeError を送出します。 string が bytes の場合 e ...
https://man.plustar.jp/python/library/urllib.parse.html - [similar]
bytearray オブジェクト — Python 3.6.5 ドキュメント 5961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python/C API リファ ... ロ 前のトピックへ バイトオブジェクト 次のトピックへ Unicode オブジェクトと codec ナビゲーション 索引 モジュール ...
https://man.plustar.jp/python/c-api/bytearray.html - [similar]
26.7. 2to3 - Python 2 から 3 への自動コード変換 — Python 3.6.5 ドキュメント 5961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... トが削除されたことによって壊れたコードを修正します。 unicodeunicode を str に変更します。 urllib ¶ urllib と ...
https://man.plustar.jp/python/library/2to3.html - [similar]
7. バイナリデータ処理 — Python 3.6.5 ドキュメント 5961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... reamRecoder オブジェクト 7.2.2. エンコーディングと Unicode 7.2.3. 標準エンコーディング 7.2.4. Python 特有のエ ...
https://man.plustar.jp/python/library/binary.html - [similar]
16.10. curses --- 文字セル表示を扱うための端末操作 — Python 3.6.5 ドキュメント 5961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... it can be specified as an integer, a one-character Unicode string or a one-byte byte string. Whenever the doc ... ntions a character string it can be specified as a Unicode string or a byte string. 注釈 version 5.4 から、nc ... リケーションは locale.setlocale() 関数を呼び出して、Unicode 文字列をシステムの利用可能なエンコーディングのどれ ... 便利です。 window. encoding ¶ encode メソッドの引数 (Unicode 文字列および文字) で使用されるエンコーディングです ...
https://man.plustar.jp/python/library/curses.html - [similar]
13.6. tarfile --- tar アーカイブファイルの読み書き — Python 3.6.5 ドキュメント 5961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... ーはデフォルト設定のままで動作します。詳細に関しては Unicode に関する問題 節を参照してください。 引数 pax_heade ... ォーマットの亜流ですが、互換性がありません。 13.6.6. Unicode に関する問題 ¶ tar フォーマットは、もともとテープド ... 13.6.5. サポートしている tar フォーマット 13.6.6. Unicode に関する問題 前のトピックへ 13.5. zipfile --- ZIP ...
https://man.plustar.jp/python/library/tarfile.html - [similar]
6. テキスト処理サービス — Python 3.6.5 ドキュメント 5961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 標準ライブラ ... .4. textwrap --- テキストの折り返しと詰め込み 6.5. unicodedata --- Unicode データベース 6.6. stringprep --- イ ...
https://man.plustar.jp/python/library/text.html - [similar]
6. 式 (expression) — Python 3.6.5 ドキュメント 5961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » Python 言語リファレ ... tr ) compare lexicographically using the numerical Unicode code points (the result of the built-in function o ... なるという関係を保つために、後者の値を返します。 [3] Unicode 標準では、 コードポイント (code point) (例えば、U+ ... (例えば、"LATIN CAPITAL LETTER A") を区別します。 Unicode のほとんどの抽象文字は 1 つのコードポイントだけを使 ... rison operators on strings compare at the level of Unicode code points. This may be counter-intuitive to huma ...
https://man.plustar.jp/python/reference/expressions.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 5961
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... nting filesystem paths is best performed with str (Unicode) rather than bytes. However, there are some situat ... The default console on Windows will now accept all Unicode characters and provide correctly read str objects ... the name of the error mode used to convert between Unicode filenames and bytes filenames. (Contributed by Ste ... (Contributed by Ivan Levkivskyi in Github #189 .) unicodedata ¶ The unicodedata module now uses data from Un ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT