X-Recipient: archive-cygwin@delorie.com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:date:content-type
	:mime-version:content-transfer-encoding; q=dns; s=default; b=BIG
	nPVckNpUuXBs7ggwtPWad7YZEFjBNfTRKRUJLmQSou9kUrAypmFr4CGZ6lB5/+OF
	caGc9LD83uNczyeq8p3r5olkDdzqQDy0l6cZrBO9RXWt36S260robLsz9N3EoFQb
	x6L9f3K29UnJIu20gvigQXZpWTkPoAkP9OVRwXJY=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
	:list-unsubscribe:list-subscribe:list-archive:list-post
	:list-help:sender:message-id:subject:from:to:date:content-type
	:mime-version:content-transfer-encoding; s=default; bh=O91Vp5qmk
	REthGLm73RMG8dWIl8=; b=sqsD4bf1FPrmjxOCCSRewBJLjPirB9zJnFJqW400w
	ZMm6zdkYFV3NSAY+FriwhL6XTbWS8gF5xv2FByqGS9WbveC7Fio0Z+zyAoxG7XF8
	8z6Q18jlWjY5RLg8GjQnA+dVdWlwh6KdZSBYtSIoc/8udUA8Wv3249+ocX//MmG/
	WU=
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=H*M:cygwin, win10, H*MI:cygwin, HX-Languages-Length:377
X-HELO: mx1.redhat.com
Message-ID: <5400e6ecebaa25efa46f0011be3fc58b58c4a69c.camel@cygwin.com>
Subject: Corner-case bug in .exe handling?
From: Yaakov Selkowitz <yselkowitz@cygwin.com>
To: cygwin@cygwin.com
Date: Tue, 19 Mar 2019 18:02:15 -0400
Content-Type: text/plain; charset="UTF-8"
User-Agent: Evolution 3.30.5 (3.30.5-1.fc29)
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit

Just came across this with 3.0.4 on both Win7 and Win10 1804:

$ ls -1 /usr/bin/python2.7
/usr/bin/python2.7
$ ls -1 /usr/bin/python[2-9].[0-9]
/usr/bin/python3.5
/usr/bin/python3.6
/usr/bin/python3.7
/usr/bin/python3.8

python2.7 is the actual .exe where python3.* are symlinks, but
shouldn't 2.7 still be included in the latter?

--
Yaakov



--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

