[Pythonjp-checkins] [python-doc-ja] push by songo****@gmail***** - 2.6.6: library/binhex.rst, crypt.rst, msilib.rst, wave.rst on 2011-03-12 17:52 GMT

Back to archive index

pytho****@googl***** pytho****@googl*****
2011年 3月 13日 (日) 02:56:54 JST


Revision: 6df07178ae
Author: INADA Naoki  <inada****@klab*****>
Date: Sat Mar 12 09:51:36 2011
Log: 2.6.6: library/binhex.rst, crypt.rst, msilib.rst, wave.rst
http://code.google.com/p/python-doc-ja/source/detail?r=6df07178ae

Modified:
  /library/binhex.rst
  /library/crypt.rst
  /library/msilib.rst
  /library/wave.rst

=======================================
--- /library/binhex.rst	Sat Nov 27 10:59:46 2010
+++ /library/binhex.rst	Sat Mar 12 09:51:36 2011
@@ -12,9 +12,9 @@
  のフォークがエンコード (またはデコード) されます。他のプラットフォーム\
  ではデータフォークだけが処理されます。

-.. warning::
-
-   3.0 で特別な Macintosh サポートは削除されました。
+.. note::
+
+   Python 3.0 で特別な Macintosh サポートは削除されました。


  :mod:`binhex` モジュールでは以下の関数を定義しています:
=======================================
--- /library/crypt.rst	Sun Jul 19 22:21:27 2009
+++ /library/crypt.rst	Sat Mar 12 09:51:36 2011
@@ -52,7 +52,8 @@
         cryptedpasswd = pwd.getpwnam(username)[1]
         if cryptedpasswd:
             if cryptedpasswd == 'x' or cryptedpasswd == '*':
-               raise "Sorry, currently no support for shadow passwords"
+               raise NotImplementedError(
+                   "Sorry, currently no support for shadow passwords")
             cleartext = getpass.getpass()
             return crypt.crypt(cleartext, cryptedpasswd) == cryptedpasswd
         else:
=======================================
--- /library/msilib.rst	Sun Nov 14 16:28:36 2010
+++ /library/msilib.rst	Sat Mar 12 09:51:36 2011
@@ -355,10 +355,10 @@

  .. seealso::

-   `Directory Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/directory_table.asp>`_
-   `File Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/file_table.asp>`_
-   `Component Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/component_table.asp>`_
-   `FeatureComponents Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/featurecomponents_table.asp>`_
+   `Directory Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/directory_table.asp>`_
+   `File Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/file_table.asp>`_
+   `Component Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/component_table.asp>`_
+   `FeatureComponents Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/featurecomponents_table.asp>`_

  .. _features:

@@ -381,7 +381,7 @@

  .. seealso::

-   `Feature Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/feature_table.asp>`_
+   `Feature Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/feature_table.asp>`_

  .. _msi-gui:

@@ -470,13 +470,13 @@

  .. seealso::

-   `Dialog Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/dialog_table.asp>`_
-   `Control Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/control_table.asp>`_
-   `Control Types  
<http://msdn.microsoft.com/library/en-us/msi/setup/controls.asp>`_
-   `ControlCondition Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/controlcondition_table.asp>`_
-   `ControlEvent Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/controlevent_table.asp>`_
-   `EventMapping Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/eventmapping_table.asp>`_
-   `RadioButton Table  
<http://msdn.microsoft.com/library/en-us/msi/setup/radiobutton_table.asp>`_
+   `Dialog Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/dialog_table.asp>`_
+   `Control Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/control_table.asp>`_
+   `Control Types  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/controls.asp>`_
+   `ControlCondition Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/controlcondition_table.asp>`_
+   `ControlEvent Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/controlevent_table.asp>`_
+   `EventMapping Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/eventmapping_table.asp>`_
+   `RadioButton Table  
<http://msdn.microsoft.com/library/default.asp?url=/library/en-us/msi/setup/radiobutton_table.asp>`_

  .. _msi-tables:

=======================================
--- /library/wave.rst	Sun Nov 14 16:42:45 2010
+++ /library/wave.rst	Sat Mar 12 09:51:36 2011
@@ -34,7 +34,7 @@

  .. function:: openfp(file, mode)

-   :func:`open` と同義。後方互換性のために残されています。
+   :func:`.open` と同義。後方互換性のために残されています。


  .. exception:: Error
@@ -47,8 +47,8 @@
  Wave_read オブジェクト
  ----------------------

-:func:`open` によって返されるWave_readオブジェクトには、以下のメソッドがあ 
ります:
-
+:func:`.open` によって返される Wave_read オブジェクトには、以下のメソッドが
+あります:

  .. method:: Wave_read.close()

@@ -131,8 +131,8 @@
  Wave_write オブジェクト
  -----------------------

-:func:`open` によって返されるWave_writeオブジェクトには、以下のメソッドがあ 
ります:
-
+:func:`.open` によって返される Wave_write オブジェクトには、以下のメソッド 
が
+あります:

  .. method:: Wave_write.close()




Pythonjp-checkins メーリングリストの案内
Back to archive index