pylint-bot / astroid-unofficial

UNOFFICIAL playground for astroid github migration
GNU Lesser General Public License v2.1
0 stars 0 forks source link

Rename and combine exceptions #238

Closed pylint-bot closed 8 years ago

pylint-bot commented 8 years ago

Originally reported by: BitBucket: ceridwenv, GitHub: ceridwenv



pylint-bot commented 8 years ago

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: PCManticore):


pylint-bot commented 8 years ago

Original comment by BitBucket: ceridwenv, GitHub: ceridwenv:


Should I use the same proxy generator as for the nodes to make sure the old names are still available?

pylint-bot commented 8 years ago

Original comment by Claudiu Popa (BitBucket: PCManticore, GitHub: PCManticore):


I think it's overkill for this case, a simple old_name = new_name assignment in exceptions.py should be enough.

pylint-bot commented 8 years ago

Original comment by BitBucket: ceridwenv, GitHub: ceridwenv:


This is fixed in structured_exceptions, 4d21fd4.