Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.017 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'skip:/ 10': 0.09; 'suffix': 0.09; 'toolkit': 0.09; 'python': 0.11; 'merged': 0.16; 'sqlalchemy': 0.16; 'subject:python3': 0.16; 'library': 0.18; 'all,': 0.19; 'library,': 0.24; 'extension': 0.26; 'doc': 0.31; 'question:': 0.31; 'relational': 0.31; 'ext': 0.36; "didn't": 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'skip:p 20': 0.39; 'dear': 0.65; 'package?': 0.84 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=pahlevanzadeh.org; s=default; h=Content-Transfer-Encoding:Mime-Version:Content-Type:Date:To:From:Subject:Message-ID; bh=KzCYfz5T/4RgK3rccNIb46xjwayayYPovdcbol9HTZU=; b=g8JDZAPxhUFIl0pJ1Cr0Rpd3ykdnCo+V/QQbcfCRyeVP0I6tZ6iETEvLA++ZQGJV5tKIdXbtLMEWJujbnz+TptGszlLjqfux4ya0y6jzKuxnbYjVY3Jhf8wEmlR7XOMj26TE0I9SAVtJDta7PDnCp2AfDBQY/mN907mbB6maivs=; Subject: python3-sqlalchemy and debian repo From: Mohsen Pahlevanzadeh To: python-list@python.org Date: Wed, 21 Aug 2013 23:11:50 +0430 Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.4.4-4+b1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - part7.royal-servers.com X-AntiAbuse: Original Domain - python.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - pahlevanzadeh.org X-Get-Message-Sender-Via: part7.royal-servers.com: authenticated_id: mohsen@pahlevanzadeh.org X-Mailman-Approved-At: Wed, 21 Aug 2013 22:47:46 +0200 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1377118067 news.xs4all.nl 15992 [2001:888:2000:d::a6]:47418 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:52795 Dear all, I want to use sqlalchemy library, When i use "apt-cashe search sqlalchemy" , get the following result(part of result): /////////////// python-sqlalchemy - SQL toolkit and Object Relational Mapper for Python python-sqlalchemy-doc - documentation for the SQLAlchemy Python library python-sqlalchemy-ext - SQL toolkit and Object Relational Mapper for Python - C extension python3-sqlalchemy - SQL toolkit and Object Relational Mapper for Python 3 //////////////////// Question: I want to use python 3, So i didn't doc and ext suffix for sqlalchemy compatiable with python 3. The given suffix removed in python 3 or merged in python3-sqlalchemy package? --mohsen