mirror of https://github.com/python/cpython.git
Merged revisions 81906 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81906 | benjamin.peterson | 2010-06-11 16:40:37 -0500 (Fri, 11 Jun 2010) | 1 line different spellings are just unacceptable ........
This commit is contained in:
parent
da0eca427a
commit
c629d51ea9
|
@ -1533,7 +1533,7 @@ static int
|
||||||
symtable_visit_alias(struct symtable *st, alias_ty a)
|
symtable_visit_alias(struct symtable *st, alias_ty a)
|
||||||
{
|
{
|
||||||
/* Compute store_name, the name actually bound by the import
|
/* Compute store_name, the name actually bound by the import
|
||||||
operation. It is diferent than a->name when a->name is a
|
operation. It is different than a->name when a->name is a
|
||||||
dotted package name (e.g. spam.eggs)
|
dotted package name (e.g. spam.eggs)
|
||||||
*/
|
*/
|
||||||
PyObject *store_name;
|
PyObject *store_name;
|
||||||
|
|
Loading…
Reference in New Issue