Skip to content

Commit

Permalink
Merging memory-hole-14.1-7766: Remove references to 14.1 in the codeb…
Browse files Browse the repository at this point in the history
…ase.

Author: hawkowl
Reviewer: wsanchez
Fixes: twisted#7766

git-svn-id: svn://svn.twistedmatrix.com/svn/Twisted/trunk@43844 bbbe8e31-12d6-0310-92fd-ac37d47ddeeb
  • Loading branch information
hawkowl committed Feb 6, 2015
1 parent 26c4a92 commit 5260204
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/core/howto/defer-intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ a couple of things are happening here:

.. note::

.. versionadded:: 14.1
.. versionadded:: 15.0

On Python 3.3 and above, instead of writing ``returnValue(json.loads(responseBody))`` you can instead write ``return json.loads(responseBody)``.
This can be a significant readability advantage, but unfortunately if you need compatibility with Python 2, this isn't an option.
Expand Down
2 changes: 1 addition & 1 deletion twisted/conch/test/test_checkers.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def setUp(self):

def test_deprecated(self):
"""
L{SSHPublicKeyDatabase} is deprecated as of version 14.1
L{SSHPublicKeyDatabase} is deprecated as of version 15.0
"""
warningsShown = self.flushWarnings(
offendingFunctions=[self.setUp])
Expand Down
2 changes: 1 addition & 1 deletion twisted/internet/_sslverify.py
Original file line number Diff line number Diff line change
Expand Up @@ -746,7 +746,7 @@ def keyHash(self):
certificates share the same public key; it is not really useful for
anything else.
In versions of Twisted prior to 14.1, C{keyHash} used a technique
In versions of Twisted prior to 15.0, C{keyHash} used a technique
involving certificate requests for computing the hash that was not
stable in the face of changes to the underlying OpenSSL library.
Expand Down
Empty file added twisted/topfiles/7766.misc
Empty file.
2 changes: 1 addition & 1 deletion twisted/web/iweb.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ class IAgentEndpointFactory(Interface):
used for outgoing Agent requests. This is useful in the case of needing to
proxy outgoing connections, or to otherwise vary the transport used.
@since: 14.1
@since: 15.0
"""

def endpointForURI(uri):
Expand Down

0 comments on commit 5260204

Please sign in to comment.