]> granicus.if.org Git - python/commitdiff
Final version for 1.5; two tiny corrections.
authorGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 18:35:35 +0000 (18:35 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 30 Dec 1997 18:35:35 +0000 (18:35 +0000)
Doc/ref/ref.ps
Doc/ref/ref0.doc
Doc/ref/ref3.doc
Doc/ref/ref6.doc
Doc/ref/ref7.doc
Doc/ref/ref8.doc
Doc/ref/refIX.doc
Doc/ref/refTOC.doc

index 1c69ee2df9f65d8147a384d56ba95516a0495d1b..fb7009979a361ef26383673a9247cf11b9994c65 100644 (file)
@@ -21,7 +21,7 @@
 % size, or if there is no paper tray of the proper size currently installed, 
 % then the job will not be printed.  The following flag, if set to true, will
 % cause the job to print on the default paper in such cases.
-/FMAllowPaperSizeMismatch            true def
+/FMAllowPaperSizeMismatch            false def
 %
 % Frame products normally print colors as their true color on a color printer
 % or as shades of gray, based on luminance, on a black-and white printer. The
 0 0 0 1 0 0 0 K
 0 0 0 1 0 0 0 K
 1 F
-(November 26, 1997) 275.66 604.67 T
+(December 31, 1997) 276.28 604.67 T
 0 0 0 1 0 0 0 K
 0 0 0 1 0 0 0 K
-(Release 1.5b1) 288.64 591.67 T
+(Release 1.5) 294.14 591.67 T
 0 0 0 1 0 0 0 K
 0 0 0 1 0 0 0 K
 0 0 0 1 0 0 0 K
@@ -6639,79 +6639,80 @@ FrameNoSep
 0.34 (the dictionary implementation requires that a key\325s hash value is immutable \050if the object\325s) 135 376.67 P
 (hash value changes, it will be in the wrong hash bucket\051.) 135 363.67 T
 2 F
-(__nonzero__\050self\051) 384.29 363.67 T
+(__nonzero__\050self\051) 99 344.67 T
 1 F
--3.12 (Called to) 503.09 363.67 P
-2.26 (implement truth value testing; should return 0 or 1. When this method is not defined,) 135 350.67 P
+0.6 (Called to implement truth value testing; should return 0 or 1. When this) 217.8 344.67 P
+-0.06 (method is not defined,) 135 331.67 P
 2 F
-3.24 (__len__) 135 337.67 P
+-0.15 (__len__) 235.88 331.67 P
 1 F
-1.35 ( is called, if it is defined \050see below\051. If a class defines neither) 181.2 337.67 P
+-0.06 ( is called, if it is defined \050see below\051. If a class defines nei-) 282.08 331.67 P
+(ther) 135 318.67 T
 2 F
-3.24 (__len__) 475.04 337.67 P
+(__len__) 154.85 318.67 T
 1 F
-1.35 ( nor) 521.24 337.67 P
+( nor) 201.05 318.67 T
 2 F
-(__nonzero__) 135 324.67 T
+(__nonzero__) 221.22 318.67 T
 1 F
-(, all its instances are considered true.) 207.6 324.67 T
+(, all its instances are considered true.) 293.82 318.67 T
 0 12 Q
-(3.3.2) 99 299 T
-(Customizing attribute access) 144 299 T
+(3.3.2) 99 293 T
+(Customizing attribute access) 144 293 T
 1 11 Q
-0.28 (The following methods can be defined to customize the meaning of attribute access \050use of, assign-) 99 273.67 P
-0.41 0.12 (ment to, or deletion of) 99 260.67 B
+0.28 (The following methods can be defined to customize the meaning of attribute access \050use of, assign-) 99 267.67 P
+0.41 0.12 (ment to, or deletion of) 99 254.67 B
 2 F
-0.99 0.12 (x.) 204.89 260.67 B
+0.99 0.12 (x.) 204.89 254.67 B
 3 F
-0.41 0.12 (name) 218.34 260.67 B
+0.41 0.12 (name) 218.34 254.67 B
 1 F
-0.41 0.12 (\051 for class instances. For performance reasons, these methods are) 242.67 260.67 B
-0.41 0.02 (cached in the class object at class definition time; therefore, they cannot be changed after the class) 99 247.67 B
-(definition is executed.) 99 234.67 T
+0.41 0.12 (\051 for class instances. For performance reasons, these methods are) 242.67 254.67 B
+0.41 0.02 (cached in the class object at class definition time; therefore, they cannot be changed after the class) 99 241.67 B
+(definition is executed.) 99 228.67 T
 2 F
-(__getattr__\050self, name\051) 99 215.67 T
+(__getattr__\050self, name\051) 99 209.67 T
 1 F
--0.39 (Called when an attribute lookup has not found the attribute in the) 257.4 215.67 P
--0.6 (usual places \050i.e. it is not an instance attribute nor is it found in the class tree for) 135 202.67 P
+-0.39 (Called when an attribute lookup has not found the attribute in the) 257.4 209.67 P
+-0.6 (usual places \050i.e. it is not an instance attribute nor is it found in the class tree for) 135 196.67 P
 2 F
--1.43 (self) 478.63 202.67 P
+-1.43 (self) 478.63 196.67 P
 1 F
--0.6 (\051.) 505.03 202.67 P
+-0.6 (\051.) 505.03 196.67 P
 2 F
--1.43 (name) 513.6 202.67 P
+-1.43 (name) 513.6 196.67 P
 1 F
-0.67 (is the attribute name. This method should return the \050computed\051 attribute value or raise an) 135 189.67 P
+0.67 (is the attribute name. This method should return the \050computed\051 attribute value or raise an) 135 183.67 P
 2 F
-(AttributeError) 135 176.67 T
+(AttributeError) 135 170.67 T
 1 F
-( exception.) 227.4 176.67 T
-1.22 (Note that if the attribute is found through the normal mechanism,) 135 159.67 P
+( exception.) 227.4 170.67 T
+1.22 (Note that if the attribute is found through the normal mechanism,) 135 153.67 P
 2 F
-2.93 (__getattr__) 438.06 159.67 P
+2.93 (__getattr__) 438.06 153.67 P
 1 F
-1.22 ( is not) 510.66 159.67 P
-1.13 (called. \050This is an intentional asymmetry between) 135 146.67 P
+1.22 ( is not) 510.66 153.67 P
+1.13 (called. \050This is an intentional asymmetry between) 135 140.67 P
 2 F
-2.72 (__getattr__) 364.74 146.67 P
+2.72 (__getattr__) 364.74 140.67 P
 1 F
-1.13 ( and) 437.34 146.67 P
+1.13 ( and) 437.34 140.67 P
 2 F
-2.72 (__setattr__) 460.99 146.67 P
+2.72 (__setattr__) 460.99 140.67 P
 1 F
-1.13 (.\051) 533.59 146.67 P
-0 (This is done both for efficiency reasons and because otherwise) 135 133.67 P
+1.13 (.\051) 533.59 140.67 P
+0 (This is done both for efficiency reasons and because otherwise) 135 127.67 P
 2 F
-0.01 (__setattr__) 413.63 133.67 P
+0.01 (__setattr__) 413.63 127.67 P
 1 F
-0 ( would have) 486.23 133.67 P
--0.23 (no way to access other attributes of the instance. Note that at least for instance variables, you) 135 120.67 P
-0.14 (can fake total control by not inserting any values in the instance attribute dictionary \050but in-) 135 107.67 P
-(stead inserting them in another object\051.) 135 94.67 T
+0 ( would have) 486.23 127.67 P
+-0.23 (no way to access other attributes of the instance. Note that at least for instance variables, you) 135 114.67 P
+0.14 (can fake total control by not inserting any values in the instance attribute dictionary \050but in-) 135 101.67 P
+(stead inserting them in another object\051.) 135 88.67 T
 2 F
-(__setattr__\050self, name, value\051) 99 75.67 T
+(__setattr__\050self, name, value\051) 99 69.67 T
 1 F
--0.27 (Called whenever an attribute assignment is attempted.) 303.6 75.67 P
+-0.27 (Called whenever an attribute assignment is attempted.) 303.6 69.67 P
 0 0 0 1 0 0 0 K
 FMENDPAGE
 %%EndPage: "19" 25
@@ -10212,11 +10213,11 @@ FrameNoSep
 0 0 0 1 0 0 0 K
 0 0 0 1 0 0 0 K
 1 11 Q
-0.25 (ator omits no code for an) 72 712.67 P
+0.29 (ator emits no code for an) 72 712.67 P
 2 F
-0.61 (assert) 186.56 712.67 P
+0.7 (assert) 186.16 712.67 P
 1 F
-0.25 ( statement when optimization is requested at compile time. Note that it) 226.16 712.67 P
+0.29 ( statement when optimization is requested at compile time. Note that it) 225.76 712.67 P
 0 0 0 1 0 0 0 K
 0 0 0 1 0 0 0 K
 0.11 (is unnecessary to include the source code for the expression that failed in the error message; it will be dis-) 72 699.67 P
@@ -12470,6 +12471,8 @@ FrameNoSep
 0 0 0 1 0 0 0 K
 0 0 0 1 0 0 0 K
 0 0 0 1 0 0 0 K
+0 0 0 1 0 0 0 K
+0 0 0 1 0 0 0 K
 FMENDPAGE
 %%EndPage: "54" 60
 %%Page: "55" 61
index 7c0ce16e7b275502f809f1192ce8bbcd5dfdb13f..ad2973b156a034bba5e3b8c568618b6394d47404 100644 (file)
Binary files a/Doc/ref/ref0.doc and b/Doc/ref/ref0.doc differ
index f270d4fd20fd0187719898e478a0f479d21648e0..44e03d7d3565540f8f33b5da319ce7b284bd8ef9 100644 (file)
Binary files a/Doc/ref/ref3.doc and b/Doc/ref/ref3.doc differ
index ee25d0c0e75764418bfd9bc15db047c0cf727422..e9ec5d3bf8aede4998c7324c05a6ce2be5d25f10 100644 (file)
Binary files a/Doc/ref/ref6.doc and b/Doc/ref/ref6.doc differ
index 8653a19fd88c7c270cdf1b63546616aabb4d6fb9..e7609a46cae7fff767357fce750b998859b1d513 100644 (file)
Binary files a/Doc/ref/ref7.doc and b/Doc/ref/ref7.doc differ
index cdaf71f455c61fd2d8554eb729499a6a8474108f..ca942cfa9e7076ffb82ea83adef94836769d9586 100644 (file)
Binary files a/Doc/ref/ref8.doc and b/Doc/ref/ref8.doc differ
index d9cd7e8e2db2f5c9a6978f00e9c45aa3eb7f5aa0..34103958e23f98986b0251006f5828fbf002cf93 100644 (file)
Binary files a/Doc/ref/refIX.doc and b/Doc/ref/refIX.doc differ
index bddca47186ec3f6a67dbe3196d0ec4f857d5db98..6af2b4dc076d2034e071382d16b15a160de69d4b 100644 (file)
Binary files a/Doc/ref/refTOC.doc and b/Doc/ref/refTOC.doc differ