[Pythonjp-checkins] [python-doc-ja] 2 new revisions pushed by matsu****@gmail***** on 2011-03-10 16:40 GMT

Zurück zum Archiv-Index

pytho****@googl***** pytho****@googl*****
2011年 3月 11日 (金) 01:42:48 JST


2 new revisions:

Revision: ae80330a46
Author: MATSUI Tetsushi <matsu****@gmail*****>
Date: Thu Mar 10 08:30:51 2011
Log: 2.6.6: library/markup
http://code.google.com/p/python-doc-ja/source/detail?r=ae80330a46

Revision: dff9eb9a24
Author: MATSUI Tetsushi <matsu****@gmail*****>
Date: Thu Mar 10 08:39:46 2011
Log: 2.6.6: library/msvcrt
http://code.google.com/p/python-doc-ja/source/detail?r=dff9eb9a24

==============================================================================
Revision: ae80330a46
Author: MATSUI Tetsushi <matsu****@gmail*****>
Date: Thu Mar 10 08:30:51 2011
Log: 2.6.6: library/markup
http://code.google.com/p/python-doc-ja/source/detail?r=ae80330a46

Modified:
  /library/markup.rst

=======================================
--- /library/markup.rst	Fri Feb 20 04:53:38 2009
+++ /library/markup.rst	Thu Mar 10 08:30:51 2011
@@ -37,9 +37,3 @@
     xml.sax.utils.rst
     xml.sax.reader.rst
     xml.etree.elementtree.rst
-
-.. seealso::
-
-   `Python/XML ライブラリ <http://pyxml.sourceforge.net/>`_
-      Python にバンドルされてくる :mod:`xml` パッケージへの拡張である  
PyXML パッケージのホームページです。
-

==============================================================================
Revision: dff9eb9a24
Author: MATSUI Tetsushi <matsu****@gmail*****>
Date: Thu Mar 10 08:39:46 2011
Log: 2.6.6: library/msvcrt
http://code.google.com/p/python-doc-ja/source/detail?r=dff9eb9a24

Modified:
  /library/msvcrt.rst

=======================================
--- /library/msvcrt.rst	Sun Nov 14 16:29:03 2010
+++ /library/msvcrt.rst	Thu Mar 10 08:39:46 2011
@@ -13,11 +13,6 @@

  ここに挙げた関数の詳細なドキュメントについては、プラットフォーム API ドキュ 
メントで見つけることができます。

-The module implements both the normal and wide char variants of the  
console I/O
-api. The normal API deals only with ASCII characters and is of limited use
-for internationalized applications. The wide char API should be used where
-ever possible
-
  このモジュールは、通常版とワイド文字列版の両方のコンソールI/O APIを実装して 
います。
  通常版のAPIはASCII文字列のためのもので、国際化アプリケーションでは利用が制 
限されます。
  可能な限りワイド文字列版APIを利用するべきです。
@@ -141,6 +136,6 @@

  .. function:: heapmin()

-   :cfunc:`malloc` されたヒープ領域を強制的に消去させて、未使用のメモリブロ 
ックをオペレーティングシステムに返します。この関数は Windows
-   NT 上でのみ動作します。失敗した場合、 :exc:`IOError` を送出します。
-
+   :cfunc:`malloc` されたヒープ領域を強制的に消去させて、
+   未使用のメモリブロックをオペレーティングシステムに返します。
+   失敗した場合、 :exc:`IOError` を送出します。




Pythonjp-checkins メーリングリストの案内
Zurück zum Archiv-Index