Python 3.6.5 ドキュメント 検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for Contributed (0.034 sec.)
What's New In Python 3.5 — Python 3.6.5 ドキュメント 11668
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... x() , bytearray.hex() memoryview.hex() メソッド。 (Contributed by Arnon Yaari in bpo-9951 .) memoryview クラスが、 ... d from 式で反復処理されるオブジェクトを返します。 (Contributed by Benno Leslie and Yury Selivanov in bpo-24450 .) ... 再帰深度に到達した際に送出されるようになりました。 (Contributed by Georg Brandl in bpo-19235 .) CPython の実装の改 ... ラではなく surrogateescape を使うようになりました。 (Contributed by Victor Stinner in bpo-19977 .) .pyo ファイルは使 ...
https://man.plustar.jp/python/whatsnew/3.5.html - [similar]
What's New In Python 3.6 — Python 3.6.5 ドキュメント 11546
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ation order is still in effect, e.g. Python 3.5). (Contributed by INADA Naoki in bpo-27350 . Idea originally sugg ... ile "unittest/suite.py" , line 84 in __call__ ... (Contributed by Victor Stinner in bpo-26516 and bpo-26564 .) DT ... S. Additional markers may be added in the future. (Contributed by Łukasz Langa in bpo-21590 , based on patches by ... s __iter__() to None , the class is not iterable. (Contributed by Andrew Barnert and Ivan Levkivskyi in bpo-25958 ...
https://man.plustar.jp/python/whatsnew/3.6.html - [similar]
What's New In Python 3.4 — Python 3.6.5 ドキュメント 10728
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... キスト変換 (Text Transforms) に詳細記述されました。 (Contributed by Nick Coghlan in bpo-7475 , bpo-17827 , bpo-1782 ... なしであると評価される場合に返す値を指定出来ます。 (Contributed by Julian Berman in bpo-18111 .) モジュールオブジェ ... 実行された際の __main__.__file__ は唯一の例外です。 (Contributed by Brett Cannon in bpo-18416 .) UTF-16 デコーダ (妥 ... グの両方でサロゲートペアを拒絶するようになりました。(Contributed by Victor Stinner, Kang-Hao (Kenny) Lu and Serhiy ...
https://man.plustar.jp/python/whatsnew/3.4.html - [similar]
What's New In Python 3.3 — Python 3.6.5 ドキュメント 9874
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... 用の) 型の1次元メモリビューもまた、 hashable です。 (Contributed by Antoine Pitrou in bpo-13411 .) 1 次元配列型での ... API の変更 と C コードの移植 を参照してください。 (Contributed by Stefan Krah in bpo-10181 .) 参考 PEP 3118 - Rev ... に追加するオプションが含まれるようになりました。 (Contributed by Brian Curtin in bpo-3561 .) 参考 PEP 397 - Pyth ... ta.lookup() は named sequences の解決も行います。 (Contributed by Ezio Melotti in bpo-12753 .) Unicode データベー ...
https://man.plustar.jp/python/whatsnew/3.3.html - [similar]
What's New in Python 2.6 — Python 3.6.5 ドキュメント 9369
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... ud [ 'b' ] = 'string' >>> f ( ** ud ) ['a', 'b'] (Contributed by Alexander Belopolsky; bpo-1686487 .) 同時に、 * ... rd': 13} 以前はこれは構文エラーになっていました。 (Contributed by Amaury Forgeot d'Arc; bpo-3473 .) 新しいビルトイ ... , 2 ) >>> t . index ( 3 ) 3 >>> t . count ( 0 ) 2 (Contributed by Raymond Hettinger) ビルトイン型が拡張スライス構 ... rence ( '246' , '789' ) set(['1', '0', '3', '5']) (Contributed by Raymond Hettinger.) たくさんの浮動小数点数機能が ...
https://man.plustar.jp/python/whatsnew/2.6.html - [similar]
What's New In Python 3.1 — Python 3.6.5 ドキュメント 9091
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... t_length () 123 >>> ( n + 1 ) . bit_length () 124 (Contributed by Fredrik Johansson, Victor Stinner, Raymond Hett ... にフィールドに番号を振らなければなりませんでした。 (Contributed by Eric Smith; bpo-5237 .) string.maketrans() 関数 ... の maketrans 、 translate メソッドを持っています。 (Contributed by Georg Brandl; bpo-5675 .) with 文のシンタックス ... 数点を返していました: >>> round ( 1123 , - 2 ) 1100 (Contributed by Mark Dickinson; bpo-4707 .) Python は浮動小数点 ...
https://man.plustar.jp/python/whatsnew/3.1.html - [similar]
What's New in Python 2.7 — Python 3.6.5 ドキュメント 9056
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... リングと名前フィールドを混ぜて使うことは可能です。 (Contributed by Eric Smith; bpo-5237 .) 複素数が format() をサポ ... は 1.5+3j のような複素数全体に対して適用されます。 (Contributed by Eric Smith; bpo-1588 and bpo-7988 .) 'F' 書式符 ... り、 'INF' や 'NAN' が出力されるようになりました。 (Contributed by Eric Smith; bpo-3382 .) 低レベルな変更: object. ... t_length () 123 >>> ( n + 1 ) . bit_length () 124 (Contributed by Fredrik Johansson and Victor Stinner; bpo-3439 ...
https://man.plustar.jp/python/whatsnew/2.7.html - [similar]
What's New in Python 2.4 — Python 3.6.5 ドキュメント 8969
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... キー/値ペアのイテラブルとキーワード引数を含みます。 (Contributed by Raymond Hettinger.) 文字列の ljust() , rjust() ... め文字を省略可能引数で指定出来るようになりました。 (Contributed by Raymond Hettinger.) ほかに、文字列には rsplit() ... ソッドと似た動きをしますが、後ろから順に分割します (Contributed by Sean Reifschneider.) >>> 'www.python.org' . spl ... が同年齢の人物は名前順です。 (All changes to sort() contributed by Raymond Hettinger.) 新たに追加されたビルトイン関 ...
https://man.plustar.jp/python/whatsnew/2.4.html - [similar]
What's New In Python 3.2 — Python 3.6.5 ドキュメント 8812
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... vironment=0, verbose=0, bytes_warning=0, quiet=1) (Contributed by Marcin Wojdyr in bpo-1772833 ). hasattr() 関数は ... >> range ( 0 , 100 , 2 )[ 0 : 5 ] range(0, 10, 2) (Contributed by Daniel Stutzbach in bpo-9213 , by Alexander Bel ... にある Introducing ElementTree を参照してください。 (Contributed by Florent Xicluna and Fredrik Lundh, bpo-6472 .) ... リアできます: >>> get_phone_number . cache_clear () (Contributed by Raymond Hettinger and incorporating design idea ...
https://man.plustar.jp/python/whatsnew/3.2.html - [similar]
What's New in Python 2.5 — Python 3.6.5 ドキュメント 7993
ナビゲーション 索引 モジュール | 次へ | 前へ | Python » 3.6.5 ドキュメント » What's New in Pytho ... lly 'short' has the largest value print max ( L ) (Contributed by Steven Bethard and Raymond Hettinger.) 2 つの新 ... 1000 digits where the function is 6 times faster. (Contributed by Alan McIntyre and committed at the NeedForSpeed ... ches this representation, yielding a 20% speedup. (Contributed by Bob Ippolito at the NeedForSpeed sprint.) The r ... ons instead of the system's malloc() and free() . (Contributed by Jack Diederich at the NeedForSpeed sprint.) The ...
https://man.plustar.jp/python/whatsnew/2.5.html - [similar]
PREV 1 2 NEXT