Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5fb4ed

Browse files
committed
update of THANKS
1 parent 68d39d5 commit c5fb4ed

2 files changed

Lines changed: 26 additions & 0 deletions

File tree

doc/THANKS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,10 @@ Ferruh Mavituna <[email protected]>
211211
for providing me with ideas on the implementation of a couple of
212212
new features
213213

214+
David McNab <[email protected]>
215+
for his XMLObject module that allows XML files to be operated on
216+
like Python objects
217+
214218
Enrico Milanese <[email protected]>
215219
for reporting a bugs when using (-a) a single line User-Agent file
216220
for providing me with some ideas for the PHP backdoor
@@ -306,6 +310,10 @@ Konrads Smelkovs <[email protected]>
306310
for reporting a few bugs in --sql-shell and --sql-query on Microsoft
307311
SQL Server
308312

313+
Michael D. Stenner <[email protected]>
314+
for his keepalive module that allows handling of persistent
315+
HTTP 1.1 keep-alive connections
316+
309317
Marek Stiefenhofer <[email protected]>
310318
for reporting a bug
311319

extra/xmlobject/xmlobject.py

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
#!/usr/bin/env python
2+
#
3+
# Copyright 2007-2008 David McNab
4+
#
5+
# This program is free software: you can redistribute it and/or modify it
6+
# under the terms of the GNU Lesser General Public License as published
7+
# by the Free Software Foundation, either version 3 of the License, or
8+
# (at your option) any later version.
9+
#
10+
# This program is distributed in the hope that it will be useful,
11+
# but WITHOUT ANY WARRANTY; without even the implied warranty of
12+
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13+
# GNU Lesser General Public License for more details.
14+
#
15+
# You should have received a copy of the GNU Lesser General Public License
16+
# along with this program. If not, see <http://www.gnu.org/licenses/>.
17+
#
18+
119
"""
220
Allows XML files to be operated on like Python objects.
321

0 commit comments

Comments
 (0)