'Why do i need to import messagebox in python?

When you have this code already:

from tkinter import *

Assuming that this code means that it imports everything from the tkinter module, why doesn't it import tkinter messagebox. I'd have to use this seperate code for it to work:

from tkinter import messagebox


Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source