<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 2: Name collision fix in Connection</title><link href="https://sourceforge.net/p/pythonwebdavlib/patches/2/" rel="alternate"/><link href="https://sourceforge.net/p/pythonwebdavlib/patches/2/feed.atom" rel="self"/><id>https://sourceforge.net/p/pythonwebdavlib/patches/2/</id><updated>2009-06-28T09:00:04Z</updated><subtitle>Recent changes to 2: Name collision fix in Connection</subtitle><entry><title>Name collision fix in Connection</title><link href="https://sourceforge.net/p/pythonwebdavlib/patches/2/" rel="alternate"/><published>2009-06-28T09:00:04Z</published><updated>2009-06-28T09:00:04Z</updated><author><name>Radek Dvořák</name><uri>https://sourceforge.net/u/radekdvorak/</uri></author><id>https://sourceforge.netd531ab8ddac44464d888d56b8d75325c890179b2</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Connection class inherits lock method from davlib.DAV. Conection class redeclares connection.lock with threading.RLock  therefore it was impossible to lock webdav resources. This patch renames connection.lock to connection.RLock to solve the name clash.&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>