Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add warnings for intra-package imports #47694

Closed
benjaminp opened this issue Jul 25, 2008 · 4 comments
Closed

add warnings for intra-package imports #47694

benjaminp opened this issue Jul 25, 2008 · 4 comments
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error

Comments

@benjaminp
Copy link
Contributor

BPO 3444
Nosy @warsaw, @brettcannon, @benjaminp

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2010-08-21.18:11:27.287>
created_at = <Date 2008-07-25.14:47:10.652>
labels = ['interpreter-core', 'type-bug']
title = 'add warnings for intra-package imports'
updated_at = <Date 2010-08-21.18:11:27.286>
user = 'https://github.com/benjaminp'

bugs.python.org fields:

activity = <Date 2010-08-21.18:11:27.286>
actor = 'eric.araujo'
assignee = 'none'
closed = True
closed_date = <Date 2010-08-21.18:11:27.287>
closer = 'eric.araujo'
components = ['Interpreter Core']
creation = <Date 2008-07-25.14:47:10.652>
creator = 'benjamin.peterson'
dependencies = []
files = []
hgrepos = []
issue_num = 3444
keywords = []
message_count = 4.0
messages = ['70254', '71291', '71344', '72367']
nosy_count = 3.0
nosy_names = ['barry', 'brett.cannon', 'benjamin.peterson']
pr_nums = []
priority = 'critical'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue3444'
versions = ['Python 2.6']

@benjaminp
Copy link
Contributor Author

Non-absolute or relative imports in 2.6 should give a Py3k warning.

@benjaminp benjaminp added release-blocker interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error labels Jul 25, 2008
@warsaw
Copy link
Member

warsaw commented Aug 17, 2008

Has there been any progress on this? We can fix this after beta 3 if
necessary.

@benjaminp
Copy link
Contributor Author

I've been trying to do this for a little, but I can't actually figure
out how to implement the warnings. If anyone has any advice on this I'd
be very thankful! Anyway, you're right in that this doesn't need to
block betas.

@warsaw
Copy link
Member

warsaw commented Sep 2, 2008

Well, this would be nice, but it doesn't seem serious enough to block
the release.

@merwok merwok closed this as completed Aug 21, 2010
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
interpreter-core (Objects, Python, Grammar, and Parser dirs) type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants