Your message dated Sun, 13 Nov 2011 11:33:52 +0000
with message-id <[email protected]>
and subject line Bug#628584: fixed in pyicu 1.3-1
has caused the Debian Bug report #628584,
regarding pyicu: FTBFS with ICU 4.8: 'EStyle' is not a member of 
'icu_48::TimeUnitFormat'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
628584: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=628584
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: pyicu
Version: 1.1-1
Severity: important

When rebuilt against ICU 4.8 (currently in experimental), pyicu failed to build from source:
| gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -g 
-O2 -fPIC -I/usr/include/python2.6 -c format.cpp -o build/temp.linux-i686-2.6/format.o 
-DPYICU_VER="1.1"
| cc1plus: warning: command line option '-Wstrict-prototypes' is valid for 
Ada/C/ObjC but not for C++ [enabled by default]
| format.cpp: In function 'int t_fieldposition_init(t_fieldposition*, 
PyObject*, PyObject*)':
| format.cpp:338:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:344:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:347:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_fieldposition_setField(t_fieldposition*, 
PyObject*)':
| format.cpp:366:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:372:65: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_fieldposition_setBeginIndex(t_fieldposition*, PyObject*)':
| format.cpp:385:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:391:70: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_fieldposition_setEndIndex(t_fieldposition*, PyObject*)':
| format.cpp:404:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:410:68: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_fieldposition_richcmp(t_fieldposition*, 
PyObject*, int)':
| format.cpp:418:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:436:68: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'int t_parseposition_init(t_parseposition*, 
PyObject*, PyObject*)':
| format.cpp:452:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:458:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:461:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_parseposition_setIndex(t_parseposition*, 
PyObject*)':
| format.cpp:480:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:486:65: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_parseposition_setErrorIndex(t_parseposition*, PyObject*)':
| format.cpp:499:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:505:70: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_parseposition_richcmp(t_parseposition*, 
PyObject*, int)':
| format.cpp:513:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:531:68: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_format_format(t_format*, PyObject*)':
| format.cpp:546:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:553:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:559:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:569:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:580:64: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_format_parseObject(t_format*, 
PyObject*)':
| format.cpp:592:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:599:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:611:69: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_format_getLocale(t_format*, PyObject*)':
| format.cpp:625:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:633:67: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_format_getLocaleID(t_format*, 
PyObject*)':
| format.cpp:646:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:654:69: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_format_richcmp(t_format*, PyObject*, 
int)':
| format.cpp:662:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:680:68: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_measureformat_createCurrencyFormat(PyTypeObject*, PyObject*)':
| format.cpp:698:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:720:65: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'int t_timeunitformat_init(t_timeunitformat*, 
PyObject*, PyObject*)':
| format.cpp:731:5: error: 'EStyle' is not a member of 'icu_48::TimeUnitFormat'
| format.cpp:731:28: error: expected ';' before 'style'
| format.cpp:740:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:746:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:749:14: error: 'style' was not declared in this scope
| format.cpp:755:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:758:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_timeunitformat_setLocale(t_timeunitformat*, PyObject*)':
| format.cpp:773:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:779:66: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_timeunitformat_setNumberFormat(t_timeunitformat*, PyObject*)':
| format.cpp:787:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:793:72: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'int t_messageformat_init(t_messageformat*, 
PyObject*, PyObject*)':
| format.cpp:809:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:818:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:821:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:830:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:833:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_messageformat_setLocale(t_messageformat*, PyObject*)':
| format.cpp:853:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:859:66: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_messageformat_applyPattern(t_messageformat*, PyObject*)':
| format.cpp:867:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:873:69: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_messageformat_toPattern(t_messageformat*, PyObject*)':
| format.cpp:886:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:894:67: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_messageformat_setFormats(t_messageformat*, PyObject*)':
| format.cpp:989:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:996:67: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_messageformat_setFormat(t_messageformat*, PyObject*)':
| format.cpp:1005:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1011:67: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_messageformat_format(t_messageformat*, 
PyObject*)':
| format.cpp:1023:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1037:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1052:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1066:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_messageformat_parse(t_messageformat*, 
PyObject*)':
| format.cpp:1110:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1117:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1129:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_messageformat_formatMessage(PyTypeObject*, PyObject*)':
| format.cpp:1142:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1156:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1171:58: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'int t_pluralrules_init(t_pluralrules*, PyObject*, 
PyObject*)':
| format.cpp:1220:59: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_pluralrules_select(t_pluralrules*, 
PyObject*)':
| format.cpp:1230:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1232:15: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1235:67: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_pluralrules_isKeyword(t_pluralrules*, 
PyObject*)':
| format.cpp:1258:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1264:66: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_pluralrules_createRules(PyTypeObject*, 
PyObject*)':
| format.cpp:1272:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1279:55: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_pluralrules_forLocale(PyTypeObject*, 
PyObject*)':
| format.cpp:1294:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1301:53: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_pluralrules_richcmp(t_pluralrules*, 
PyObject*, int)':
| format.cpp:1310:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1328:68: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'int t_pluralformat_init(t_pluralformat*, PyObject*, 
PyObject*)':
| format.cpp:1347:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1353:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1359:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1365:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1368:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1377:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1384:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1391:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1394:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1403:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1406:63: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_pluralformat_setLocale(t_pluralformat*, 
PyObject*)':
| format.cpp:1420:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1426:66: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_pluralformat_setNumberFormat(t_pluralformat*, PyObject*)':
| format.cpp:1434:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1441:72: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_pluralformat_toPattern(t_pluralformat*, 
PyObject*)':
| format.cpp:1453:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1461:67: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_pluralformat_applyPattern(t_pluralformat*, PyObject*)':
| format.cpp:1469:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1475:69: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_pluralformat_format(t_pluralformat*, 
PyObject*)':
| format.cpp:1487:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1492:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1499:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1504:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1511:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1517:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'int t_selectformat_init(t_selectformat*, PyObject*, 
PyObject*)':
| format.cpp:1549:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1560:59: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* 
t_selectformat_applyPattern(t_selectformat*, PyObject*)':
| format.cpp:1569:10: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1575:69: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_selectformat_toPattern(t_selectformat*, 
PyObject*)':
| format.cpp:1587:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1595:67: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'PyObject* t_selectformat_format(t_selectformat*, 
PyObject*)':
| format.cpp:1607:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1613:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1620:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1625:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1630:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1637:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1644:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1651:14: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp:1660:64: warning: deprecated conversion from string constant to 
'char*' [-Wwrite-strings]
| format.cpp: In function 'void _init_format(PyObject*)':
| format.cpp:1716:5: error: 'kFull' is not a member of 'icu_48::TimeUnitFormat'
| format.cpp:1717:5: error: 'kAbbreviate' is not a member of 
'icu_48::TimeUnitFormat'
| error: command 'gcc' failed with exit status 1

--
Jakub Wilk



--- End Message ---
--- Begin Message ---
Source: pyicu
Source-Version: 1.3-1

We believe that the bug you reported is fixed in the latest version of
pyicu, which is due to be installed in the Debian FTP archive:

pyicu_1.3-1.diff.gz
  to main/p/pyicu/pyicu_1.3-1.diff.gz
pyicu_1.3-1.dsc
  to main/p/pyicu/pyicu_1.3-1.dsc
pyicu_1.3.orig.tar.gz
  to main/p/pyicu/pyicu_1.3.orig.tar.gz
python-pyicu-dbg_1.3-1_i386.deb
  to main/p/pyicu/python-pyicu-dbg_1.3-1_i386.deb
python-pyicu_1.3-1_i386.deb
  to main/p/pyicu/python-pyicu_1.3-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Jakub Wilk <[email protected]> (supplier of updated pyicu package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 13 Nov 2011 12:07:46 +0100
Source: pyicu
Binary: python-pyicu python-pyicu-dbg
Architecture: source i386
Version: 1.3-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
<[email protected]>
Changed-By: Jakub Wilk <[email protected]>
Description: 
 python-pyicu - Python extension wrapping the ICU C++ API
 python-pyicu-dbg - Python extension wrapping the ICU C++ API (debug extension)
Closes: 628584 635633
Changes: 
 pyicu (1.3-1) unstable; urgency=low
 .
   * Team upload.
 .
   [ Bernd Zeimetz ]
   * Migrate to dh_python2 (closes: #635633).
 .
   [ Jakub Wilk ]
   * New upstream version.
     + Fix compatiblity with ICU 4.8 (closes: #628584).
     + Rewrite platform-definitions-fix.dpatch from scratch.
     + Revert upstream change to make ICUtzinfo a heap type.
   * Bump standards version to 3.9.2 (no changes needed).
   * Don't override shared library dependency information for libpython2.X; the
     exension modules aren't linked to it anyway.
Checksums-Sha1: 
 18cdf6707c7102ba5a56138b30275845e676febf 2048 pyicu_1.3-1.dsc
 b377c587d01a4e7e036336a42ddbfcf93f1ecf00 208713 pyicu_1.3.orig.tar.gz
 867061c7f08ca925c1cd642348583388351aa39e 4767 pyicu_1.3-1.diff.gz
 3646284046b95c6f1f1a4a5110a2230b21429e5c 388158 python-pyicu_1.3-1_i386.deb
 0fe09c6490f10cc07f5cebea6313e7dfc9009792 1598112 
python-pyicu-dbg_1.3-1_i386.deb
Checksums-Sha256: 
 2cd115d7ac119639cf57a0ad2081ca9c7e441e73bf214533dccf67af041c80b2 2048 
pyicu_1.3-1.dsc
 8c97e9cbef321ace9f388f67eb20e662b3fe5900d675dc535e1a930cf154303e 208713 
pyicu_1.3.orig.tar.gz
 1388e5766b41725c92ef79f18c6bf60f87c25554bd544db76283f00abc555ff1 4767 
pyicu_1.3-1.diff.gz
 ef47c2c84aa969ab6ddbdfebf7148f83ae6f20bd5a9f788a413c9e07fd197d50 388158 
python-pyicu_1.3-1_i386.deb
 2f961ec8bf2257ee370257dd215c8b516ffc844106a5c53ebf9715da8b21c107 1598112 
python-pyicu-dbg_1.3-1_i386.deb
Files: 
 e1ed6451e9e5dbe6060de8cc2d0eb1dd 2048 python optional pyicu_1.3-1.dsc
 c1d1b8ec79d0f6c670a8f093792c180f 208713 python optional pyicu_1.3.orig.tar.gz
 9b707cdae50ba6d6bd2281490a29c963 4767 python optional pyicu_1.3-1.diff.gz
 fbcb4b8c05c59838ae9f52f3458c64db 388158 python optional 
python-pyicu_1.3-1_i386.deb
 ad5cbc9cd7f575c6ebf2597270a5ebd1 1598112 debug extra 
python-pyicu-dbg_1.3-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOv6ckAAoJEC1Os6YBVHX1XXgP/jMSrUvDtIkdhe0OEujm8QAN
2cWYIFd5qGh4MBPVFzPXi/BgnkXyO8tQDghv7ULwirFbA6MrZ55lECpdih5MU4Y5
n6FCwyfxz3cwaBq5crgNPXJCfcaooWXomYwxYSX+IUof1AKqUQegPzXt/tzwb2n7
JViEJ2BIA+EIWbcv2AtgjMgzKngof26YmWzTVBogtzBIr7sq4cwKwYdrNmNcjJzU
QBv7dodF65cBPpo2wu57pb6WeHeNp7uudXU7zUaYdkVyVk+6YKx0M8/Ai+IRfDNW
KLKv9Bd1CPfxZzw90wz6WUwZQ7ESrjUj3oOvEf15ZOmoHjgBfmJlbGVXIpg3JYxl
pLQCck7kFcsJADfDCFw1wv2XzplwReMyHlsSXVEZFK/65K0Lxb+H7TijsIrtTvQy
Yr0+xWjFiAsldIrUndFUU2yG0XQ3MHVijde7wLigL6U6TNh5gVSIccLLEIPeqSa7
CH8j6fmxxSoJpisjIrBvHQYuOTgYsy8tssDti9IA2Dlr0Dxu9kKGspJQkvCuf829
CRbMVmEQttSLsrleD8RPNWcUBIZpZ9LTfxAXNG5xHfkBKrMKduGaHRNZ15QWJNaJ
RbiXMZE0JPlHJiBZClp+5jXIpZIhk3TI1x72oDZMN6gpREOfydfYmK11deLNyXsN
rjSemkITQEgaMpNWoCaW
=rRRT
-----END PGP SIGNATURE-----



--- End Message ---
_______________________________________________
Python-modules-team mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to