Kevin Kofler 3440aaa
diff -ur kdev-python-1.7.0-py3/documentation_files/__builtin_types__.py kdev-python-1.7.0-py3-doc-syntax/documentation_files/__builtin_types__.py
Kevin Kofler 3440aaa
--- kdev-python-1.7.0-py3/documentation_files/__builtin_types__.py	2014-08-30 16:49:01.000000000 +0200
Kevin Kofler 3440aaa
+++ kdev-python-1.7.0-py3-doc-syntax/documentation_files/__builtin_types__.py	2014-09-27 03:24:55.000000000 +0200
Kevin Kofler 3440aaa
@@ -44,14 +44,6 @@
Kevin Kofler 3440aaa
 		"""
Kevin Kofler 3440aaa
 		pass
Kevin Kofler 3440aaa
 		
Kevin Kofler 3440aaa
-	def set"other(self, ():
Kevin Kofler 3440aaa
-		"""
Kevin Kofler 3440aaa
-		Test whether the set is a true subset of *other*, that is,
Kevin Kofler 3440aaa
-		``set <= other and set != other``.
Kevin Kofler 3440aaa
-		
Kevin Kofler 3440aaa
-		"""
Kevin Kofler 3440aaa
-		pass
Kevin Kofler 3440aaa
-		
Kevin Kofler 3440aaa
 	def issuperset(self, other):
Kevin Kofler 3440aaa
 		"""set >= other
Kevin Kofler 3440aaa
 		
Kevin Kofler 3440aaa
@@ -59,14 +51,6 @@
Kevin Kofler 3440aaa
 		
Kevin Kofler 3440aaa
 		"""
Kevin Kofler 3440aaa
 		pass
Kevin Kofler 3440aaa
-		
Kevin Kofler 3440aaa
-	def set"other(self, ():
Kevin Kofler 3440aaa
-		"""
Kevin Kofler 3440aaa
-		Test whether the set is a true superset of *other*, that is, ``set >=
Kevin Kofler 3440aaa
-		other and set != other``.
Kevin Kofler 3440aaa
-		
Kevin Kofler 3440aaa
-		"""
Kevin Kofler 3440aaa
-		pass
Kevin Kofler 3440aaa
 		
Kevin Kofler 3440aaa
 	def union(self, other,more):
Kevin Kofler 3440aaa
 		"""set | other | more