From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Sun, 18 Mar 2007 18:37:20 +0300 From: Alexey Tourbin To: ALT Devel discussion list Message-ID: <20070318153720.GV6039@solemn.turbinal> Mail-Followup-To: ALT Devel discussion list References: <20070315055641.GT6039@solemn.turbinal> <20070315091249.GV21920@immo.ru> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rYaPn2Jr/kqjcqFq" Content-Disposition: inline In-Reply-To: <20070315091249.GV21920@immo.ru> Subject: [devel] python-modules-encodings X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.9rc1 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Devel discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Mar 2007 15:39:07 -0000 Archived-At: List-Archive: List-Post: --rYaPn2Jr/kqjcqFq Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Mar 15, 2007 at 12:12:49PM +0300, Alexey I. Froloff wrote: > =F3=C1=CD=CF=C5 =CF=D3=CE=CF=D7=CE=CF=C5, =DE=D4=CF =C4=CF=CC=D6=CE=CF = =D7=C8=CF=C4=C9=D4=D8 =D7 python-base, =DC=D4=CF (filereq > =DA=C1=C3=C5=D0=C9=CC =D0=C1=D2=D5 =CC=C5=D7=D9=C8 =CB=C1=D4=C1=CC=CF=C7= =CF=D7): =EB=D3=D4=C1=D4=C9, filereq =C9=DA =CD=CF=C5=C7=CF rpm-utils.git =D5=D6=C5 = =CE=C5 =D7=D9=D7=CF=C4=C9=D4 =CB=C1=D4=C1=CC=CF=C7=CF=D7. =F0=D2=C1=D7=C4=C1, =D4=C1=CD =C5=D3=D4=D8 =C5=DD=A3 =CE=C1=C4 =DE=C5=CD = =D0=CF=C4=D5=CD=C1=D4=D8. > $ filereq /dev/stdout python -c 1 | fgrep python2.4 | grep -v \\.pyc\$ > /usr/lib/libpython2.4.so.1.0 =20 > /usr/lib/python2.4 > /usr/lib/python2.4/ > /usr/lib/python2.4/UserDict.py > /usr/lib/python2.4/codecs.py > /usr/lib/python2.4/copy_reg.py > /usr/lib/python2.4/encodings > /usr/lib/python2.4/encodings/__init__.py > /usr/lib/python2.4/encodings/aliases.py > /usr/lib/python2.4/encodings/koi8_r.py =F7=CF=D4 =D4=D5=D4 =C5=D3=D4=D8 =D0=D2=CF=C2=CC=C5=CD=C1. Python/Python/codecs.c: 834 mod =3D PyImport_ImportModuleEx("encodings", NULL, NULL, NULL); 835 if (mod =3D=3D NULL) { 836 if (PyErr_ExceptionMatches(PyExc_ImportError)) { 837 /* Ignore ImportErrors... this is done so that 838 distributions can disable the encodings package. Note 839 that other errors are not masked, e.g. SystemErrors 840 raised to inform the user of an error in the Python 841 configuration are still reported back to the user. */ 842 PyErr_Clear(); 843 return 0; 844 } 845 return -1; 846 } =F4=CF =C5=D3=D4=D8, =D3 =CF=C4=CE=CF=CA =D3=D4=CF=D2=CF=CE=D9, =D0=C9=D4= =CF=CE =CB=C1=CB =C2=D9 =C8=CF=D2=CF=DB=CF =D2=C1=C2=CF=D4=C1=C5=D4 =C9=DA = =C2=C5=DA =DC=D4=C9=C8 encodings. =F3 =C4=D2=D5=C7=CF=CA =D3=D4=CF=D2=CF=CE=D9, =CF=CE =D7=D3=C5= =C7=C4=C1 =D0=D9=D4=C1=C5=D4=D3=D1 =C9=C8 =DA=C1=C7=D2=D5=D6=C1=D4=D8. =E9 =D7 =DC=D4=CF=CD =CB=CF=C4=C5 =D1 =CE=C5 =D7=C9=D6=D5 =CE=C9=CB=C1=CB= =CF=C7=CF =C5=D3=D4=C5=D3=D4=D7=C5=CE=CE=CF=C7=CF =D3=D0=CF=D3=CF=C2=C1 =CF= =D4=C2=C9=D4=D8 =D5 =CE=C5=C7=CF =DC=D4=D5 =CF=C8=CF=D4=D5. =F0=CF=CC=D5=DE=C1=C5=D4=D3=D1, bu= ildreq =C2=D5=C4=C5=D4 =D7=D3=C5=C7=C4=C1 =C3=C5=D0=CC=D1=D4=D8 python-modules-encodings. [...] > /usr/lib/python2.4/types.py > /usr/lib/python2.4/warnings.py >=20 > =DE=D4=CF=C2=D9 =CD=CF=D6=CE=CF =C2=D9=CC=CF =CC=C9=CE=CB=CF=D7=C1=D4=D8= =D3=D1 =D3 libpython. =EE=C5 =D0=CF=CE=D1=CC, =DA=C1=DE=C5=CD =CC=C9=CE=CB=CF=D7=C1=D4=D8=D3=D1 = =D3 libpython =DE=C5=D2=C5=DA python-base. =EE=D5=D6=CE=CF =CE=C1=D7=C5=D2=CE=CF=C5 =D0=CF=D3=D4=C1=D7=C9=D4=D8 python= -devel =C9 =C9=D3=D0=CF=CC=D8=DA=CF=D7=C1=D4=D8 =CB=C1=CB=CF=CA-=CE=C9=C2= =D5=C4=D8 =D3=D4=C1=CE=C4=C1=D2=D4=CE=D9=CA =D3=D0=CF=D3=CF=C2 =CC=C9=CE=CB=CF=D7=CB= =C9 =D3 =CC=C9=D0=C9=D4=CF=CE=CF=CD, =C5=D3=CC=C9 =D4=C1=CB=CF=D7=CF=CA =D3= =D5=DD=C5=D3=D4=D7=D5=C5=D4 (=CB=C1=CB =D7 =D0=C5=D2=CC=C5). =E9=CC=C9 =D4=D9 =D0=D2=CF=D3=D4=CF vim =C8=CF=DE=C5=DB=D8 =CC=C9=CE=CB=CF= =D7=C1=D4=D8 =D3 =CC=C9=C2=D0=C9=D4=CF=CE=CF=CD, =CE=C5 =D7=D9=D4=C1=D3=CB= =C9=D7=C1=D1 =D0=D2=C9 =DC=D4=CF=CD "=D0=CF=CC=CE=D5=C0 =D0=CF=D3=D4=C1=D7=CB=D5 =D0=C9=D4=CF=CE= =C1"? --rYaPn2Jr/kqjcqFq Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.7 (GNU/Linux) iD8DBQFF/VywfBKgtDjnu0YRAqZyAJ954b77uE0sa8nPJPjfWmgKHtTMkQCdFmNI lHbIDTAsCVqbMlgMdIlxZ6U= =rO87 -----END PGP SIGNATURE----- --rYaPn2Jr/kqjcqFq--